Update a user's profile or password
PATCH/api/v1/users/:userId
Allowed for the user themselves, or an admin. Password change (old_password/new_password) is only permitted for local-provider accounts.
Request
Responses
- 204
- 401
- 403
- 404
User updated
Incorrect current password (INCORRECT_PASSWORD)
Password change not allowed for non-local providers (PASSWORD_CHANGE_NOT_ALLOWED)
Resource not found (NOT_FOUND)