Read this page before using this guide.
Update a user using a HTTP PUT
request.
...
Security-sensitive fields may not be returned in the response.
Info |
---|
Refer to the Response codes guide for more information. |
...
https://<instance_name>.fuseuniversal.com/api/v5.0/manage/users/<valid_user_id>?auth_token=<valid_auth_token>
Request body
Code Block | ||
---|---|---|
| ||
{ "username": "test-user", "family_name": null } |