Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

header parameters

Authorisation is required.

Request Parameters

Mandatory parameters to update an user’s Manager(s) include

The manager_ids parameter is mandatory when updating a user’s manger.

Info

Please use Use the request example on this page as a reference.

Note

The request example doesn’t does not include all the possible parameters.

Response

Security-sensitive fields may not be returned in the response.

Info

Please refer Refer to the Response Codes page guide for more information.

EXAMPLE REQUEST

Example request

REQUEST

Request URL

EXAMPLE

example

https://<instance_name>.fuseuniversal.com/api/v4.3/manage/users/<valid_user_id>?auth_token=<valid_auth_token>

REQUEST BODY

Request body

Code Block
languagejson
{
  "manager_ids": [120194],
  "accessibility_theme": "theme_v1"
}