Update organization user by composite key
PATCH/platform/solutions/api/v1/orgs/{orgId}/users/{userId}
Update the details of an organization user by specifying both OrgId and UserId.
Usage
Patch /orgs/{orgId}/users/{userId}
Parameters
orgId(Guid, required): the ID of the organization.userId(string, required): the ID of the user within the organization.- Request body:
input(UpdateOrgUserByKeyDtoNoId, required): the user information, including:orgRole(string, required): the role assigned to the user within the organization. (admin,operator,viewer)
Responses
200 OK: updated organization user details.404 Not Found: organization or user not found.
Security
This API requires authentication.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
- 501
OK
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
Not Implemented