Sets the attributes for an authenticated user in the Zephr user store. The provided attributes are saved for the user. Any existing attributes for the user are removed and replaced with this new set.
additional property | string or number or integer or boolean |
OK. The message 'User profile updated' is displayed to confirm that the user attributes were successfully saved.
Bad Request. The request body must be a single layer JSON object. All provided attributes must also pass any applicable attribute validation. All required attributes must be provided and be non-null. All provided attributes must be publicly writable.
Unauthorized. This endpoint will only return successfully for existing authenticated users.
{- "property1": "string",
- "property2": "string"
}