Update Credentials
PUT/user/:id/credentials
Updates a user's credentials (password)
Request
Responses
- 204
- 400
- 403
- 404
- 500
Request successful. This method returns no content.
The authenticated user password does not match
Identity service is read-only (Cannot modify users / groups / memberships).
If the corresponding user cannot be found
The user could not be updated due to an internal server error. See the Introduction for the error response format.