Update a User
PATCH/v2/users/:userId
Partially update an existing user. If you change the users email or phone, you can specify how the ownership should be verified. If you change the users password, you can specify if the password should be changed again on the users next login.
Required permission:
- user.write
Request​
Responses​
- 200
- 400
- 401
- 403
- 404
- 409
- default
OK
The request is malformed.
Returned when the user is not authenticated.
Returned when the user does not have permission to access the resource.
User ID does not exist.
The user already exists.
An unexpected error response.