Please read this page before using this resource.
This API is not listed correctly in the API documentation - use manger_ids
.
Update a user’s manager (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
.
Please use the request example as reference.
The request example doesn’t include all the possible parameters.
Response
Security sensitive fields may not be returned in the response.
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
{ "manager_ids": [120194], "accessibility_theme": "theme_v1" }