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

« Previous Version 5 Next »

Read this page before using this guide.

Update a user with using a HTTP PUT request.

Resource URL:

https://<instance_name>.fuseuniversal.com/api/v4.3/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.

The request body is an example of how to update a single user parameter, in this case family_name.

Use the request example as reference.

The request example does not include all possible parameters.

Response

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

Refer to the Response Codes guide 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

{
    "username": "test-user",
    "family_name": null
}
  • No labels