Edit User Role
Updates one or multiple attributes for the user manager profile
Authorizations
API token for the Authorization header parameter.
Headers
Language identifier, using the ISO 639-1 specification. If none provided it will use the account default language. For additional info please access /v1/locales
Path Parameters
Resource identifier. It can be an integer or a string having the following format x-EMPLOYEE_ID
, where EMPLOYEE_ID is a alpha numerical string and is related to employeeId
field value.
Body
The manager of this user (can be user ID (int) or employeeID (string))
0
The role to be assigned. Please check /v1/roles
for additional information.
0
Response
User internal id
0
User employeeID
"ABC12345"
The manager internal id of this user
0
The manager employeeId of this user
"ABC12345"
The role assigned. Please check /v1/roles
for additional information.
0