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 3 Next »

Update User - single user parameter

Read this page before using this guide.

Update a user with an 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

  • Mandatory parameters to update an user include username.

    • It will be errors without it

  • The request body below is an example of how to update a single user parameter ie. family_name

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 #1

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