Skip to main content
Version: 2.0.0

UnassignRole

Unassign a role from a specific user.

Parameters

userId - The id of the user. This is the unique key of the user.
roleId - The id of the role. This can also be the role key.
tenantId - The id of the tenant. This can also be the tenant key.

Implementation

var response = await permitClient.Api.UnassignRole(userId, roleId, tenantId);