Update a user
PUT/v1/organizations/:organization_id/users/:user_id
Fully updates the user's editable data in the organization.
Request
Responses
- 200
- 400
- 401
- 404
- 409
- 500
User updated successfully.
Invalid path parameter or invalid request body contract.
Not authorized or organization not accessible.
The target resource was not found within the authorized organization's scope.
The request conflicts with an existing resource state.
Internal server error.