Updating users via the API is slow compared to most other object types. For example, updating a user's home group takes about 2 seconds. Performing this via the bulk update API doesn't improve this. I suspect WF is performing unnecessary actions when making simple updates to the user objects. Thi...