Use this API to modify an existing department user. This API allows the logged in user to modify one user at a time.
For this API to execute successfully:
A user with the ID specified in the request body must exist.
The user with the ID specified in the request body must be a department user.
At least one of the optional attributes must be provided.
NOTE: To remove value of any element of type "String", "integer" or "dateTime", set the value to an empty string (instead of setting the value to null).
Permissions
Actor
Permission
User
All of the following are required:
If logged in user is a department user:
User must have 'Edit' permission on the user being modified.
If logged in user is a global user, one of the following is required:
User must have 'Administer' permission on the department of the user being modified.
User must have 'Manage partition resources' privilege.
Client Application
No additional permission is required.
SecurityoAuthUser or oAuthClient
Request
header Parameters
Accept
required
string
Default: application/json
Content type accepted by client.
Enum:"application/json""application/xml"
Accept-Language
required
string
Default: en-US
Language locale accepted by client (used for locale specific fields in resource representation and in error responses).