Update User Record (Partial update)
PATCH {{url}}/{{tenantName}}/admin/users/{{userId}}
- User is in Provision state (users that were created by API clients and have not been activated by administrators yet)
NOTE: Available only if Admin Access -> User Provision
is set.
All fields can be changed.
2. User is not in Provision state
NOTE: Available only if Admin Access -> User Attributes
is set.
Fields that can be changed:
credentials
timezone
locale
custom attributes
If you with to update some of the user fields, but not all, you can use PATCH
HTTP Method: PATCH
HTTP URL:
https://api.live.welkincloud.io/gh/admin/users/johndoe
Request Body
{"seats"=>["GENERAL"]}