Versions Compared

Key

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

...

https://<instance_name>.fuseuniversal.com/api/v5.0/manage/users/<valid_user_id>

Request

Request header parameters

Authorisation is required.

Request parameters

The username parameter is mandatory. If this is not included, the request will fail.

...

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 codes guide for more information.

Example request

Request URL example

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

Request body

Code Block
languagejson
{
    "username": "test-user",
    "family_name": null
}