...
Request Parameters
The manager_ids
parameter is mandatory when updating a user’s mangermust be the manager’s Fuse user ID. It is not possible to send an email address or a username.
Info |
---|
Use the request example on this page as a reference. |
...
https://<instance_name>.fuseuniversal.com/api/v5.0/manage/users/<valid_user_id>?auth_token=<valid_auth_token>
Request body
Code Block | ||
---|---|---|
| ||
{ "manager_ids": [120194], "accessibility_theme": "theme_v1" } |
...