/
Update User - Manager (v5 and above)
Update User - Manager (v5 and above)
Please read this page before using this resource.
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/v5.0/manage/users
Request
Request header parameters
Authorisation is required.
Request Parameters
The manager_ids
parameter must be the manager’s Fuse user ID. It is not possible to send an email address or a username.
Use the request example on this page as a reference.
The request example does not include all possible parameters.
Response
Security-sensitive fields may not be returned in the response.
Example request
Request URL example
https://<instance_name>.fuseuniversal.com/api/v5.0/manage/users/<valid_user_id>
Request body
{
"manager_ids": [120194],
"accessibility_theme": "theme_v1"
}
Related content
Update user - single user parameter (v5 and above)
Update user - single user parameter (v5 and above)
More like this
Update user - single user parameter (v4.4 and below)
Update user - single user parameter (v4.4 and below)
More like this
Manage Users endpoint (v4.4 and below)
Manage Users endpoint (v4.4 and below)
More like this
Create user (v5 and above)
Create user (v5 and above)
More like this
Create user (v4.4 below)
Create user (v4.4 below)
More like this
Create multiple users (v4.4 and below)
Create multiple users (v4.4 and below)
More like this