Update User - Manager(s)
Please read this page before using this resource.
The Update a user manager This API is not listed correctly in the API documentation - use manger_ids
.
Update an a user’s Manager(s) with an HTTP PUT
methodmanager (or managers if they have more than one) using a HTTP PUT
request.
Resource URL:
https://<instance_name>.fuseuniversal.com/api/v4.3/manage/user
Request
Request Header Parameters
Authorisation is required.
Request Parameters
Mandatory parameters to update an user’s Manager(s) include
manager_ids
.
Info |
---|
Please use the request example as reference. |
Note |
---|
The request example doesn’t include all the possible parameters. |
Response
Security sensitive fields may not be returned in the response.
Info |
---|
Please refer to the Response Codes page for more information. |
EXAMPLE REQUEST
REQUEST URL EXAMPLE
https://<instance_name>.fuseuniversal.com/api/v4.3/manage/users/<valid_user_id>?auth_token=<valid_auth_token>
REQUEST BODY
Code Block | ||
---|---|---|
| ||
{ "manager_ids": [120194], "accessibility_theme": "theme_v1" } |