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
The manager_ids
parameter is mandatory when updating a user’s manger.
Info |
---|
Use the request example on this page as a reference. |
Note |
---|
The request example does not include all possible parameters. |
Response
Security-sensitive fields may not be returned in the response.
Info |
---|
Refer to the Response Codescodes guide 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" } |