Update a user
Fully updates the user’s editable data in the organization.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Organization identifier.
24^[0-9a-f]{24}$User ID to update
24^[0-9a-f]{24}$Body
User's name.
1 - 120User's surname.
1 - 120User's email address.
User's department.
Identifier of the role assigned to the user.
24^[0-9a-f]{24}$Response
User updated successfully.
User identifier.
24^[0-9a-f]{24}$User's name.
User's surname.
User's email address.
User's preferred language code.
en-EN, es-ES, pt-BR, ca-ES, eu-ES Creation date in ISO 8601 format.
Organization identifier associated with the user.
24^[0-9a-f]{24}$User's department.
Identifier of the role assigned to the user.
24^[0-9a-f]{24}$Identifier of the user who created the user record.
24^[0-9a-f]{24}$Indicates if email login is enabled for the user.