/
Update user - single user parameter (v4.4 and below)
Update user - single user parameter (v4.4 and below)
Read this page before using this guide.
Update a user using a HTTP PUT
request.
Resource URL:
https://<instance_name>.fuseuniversal.com/api/v4.4/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 the example shows how to update a single user parameter, in this case the family_name
.
Use the request example on this page as a 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.4/manage/users/<valid_user_id>?auth_token=<valid_auth_token>
Request body
{
"username": "test-user",
"family_name": null
}
, multiple selections available,
Related content
Update user - single user parameter (v5 and above)
Update user - single user parameter (v5 and above)
More like this
Update User - Manager (v5 and above)
Update User - Manager (v5 and above)
More like this
Create user (v4.4 below)
Create user (v4.4 below)
More like this
Create multiple users (v4.4 and below)
Create multiple users (v4.4 and below)
More like this
Create user (v5 and above)
Create user (v5 and above)
More like this