Versions Compared

Key

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

Update User

-

(single user parameter)

Read this page before using this guide.

Update a user with an using a HTTP PUT request.

Resource URL:

https://<instance_name>.fuseuniversal.com/api/v4.3/manage/users/<valid_user_id>

Request

Request

Header Parameters

header parameters

Authorisation is required.

Request

Parameters

Mandatory parameters to update an user include username.

It will be errors without it

parameters

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

The request body

below

is an example of how to update a single user parameter

ie.

, in this case family_name.

Info

Please use Use the request example as reference.

Note

The request example doesn’t does not include all the possible parameters.

Response

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

Info

Please refer Refer to the Response Codes page guide for more information.

EXAMPLE REQUEST #1

REQUEST URL EXAMPLE

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

Request body

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