Updates specific fields of a user. This endpoint is used for partial updates.
Include the fields you want to update in the request body. Fields not included will remain unchanged.
User updated successfully.
Invalid Request
Access token is missing or invalid
You do not have permission to perform this action.
Entity not found
Too many requests
Service Unavailable
{- "email": "jane.diamond@example.com"
}
{- "errors": [
- "string"
]
}