# Update users

All user updates involve the creation of an update intent with the appropriate type and the `id` set to the user to update.

This table lists some common user update tasks:

| Update | Intent type | Additional information |
|  --- | --- | --- |
| Update user details such as email address, roles, or login providers | `v0_UpdateUser` | [Propose an intent to update an entity](/products/custody/v1.26/api/get-started/key-operations/update/intent-proposal#propose-an-intent-to-update-an-entity) |
| Lock a user | `v0_LockUser` | [Propose an intent to lock or unlock an entity](/products/custody/v1.26/api/get-started/key-operations/update/intent-proposal#propose-an-intent-to-lock-or-unlock-an-entity) |
| Unlock a user | `v0_UnlockUser` | [Propose an intent to lock or unlock an entity](/products/custody/v1.26/api/get-started/key-operations/update/intent-proposal#propose-an-intent-to-lock-or-unlock-an-entity) |
| Refresh user keys |  | [System and troubleshooting > Refresh user keys](/products/custody/v1.26/system-management/refresh-keys). |