Update User Profile
PUT/user/:id/profile
Updates the profile information of an already existing user.
Request
Responses
- 204
- 403
- 404
- 500
Request successful. This method returns no content.
Identity service is read-only (Cannot modify users / groups / memberships).
If the user with the requested Id cannot be found.
The user could not be updated due to an internal server error. See the Introduction for the error response format.