v1
latestOpenAPI 3.0.12026-08-0435481.5 MBOrganizations
Remove a role from a user in an organization
Remove a role assignment from a user in the specified organization.
delete/api/organizations/{id}/users/{userId}/roles/{organizationRoleId}
Path parameters
idstring required
The unique identifier of the organization.
userIdstring required
The unique identifier of the user.
organizationRoleIdstring required
The unique identifier of the organization role.
Response
The role was removed from the user successfully.