Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Update User - Manager(s)

Please read this page before using this resource.

The Update a user manager API is not listed correctly in documentation - use manger_ids.

Update an user’s Manager(s) with an HTTP PUT method.

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"
}


  • No labels