Update the user (PUT)
This API allows you to update a user’s information, identifying them by their userResourceGuid.
Call
In this call, you can update specific fields about a user using the user schema. Making it possible to update just one field of the complete schema of fields.
Example
The following example shows a schema that will update the user’s last name:
{
"lastName": "Doe"
}Response
This API will return an empty message if the validation was successful or a message with the error if there was something wrong in the schema.
Updated 7 months ago
