Deletes the user role tenant mapping that has been assigned by the role assigning tenant
for the userid and the roles
Namespace: CelloSaaS.ServiceContracts.AccessControlManagementAssembly: CelloSaaS.ServiceContracts (in CelloSaaS.ServiceContracts.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax
Parameters
- userId
- Type: System String
The user id.
- roleIds
- Type: System String
The role ids.
- roleAssignedTenantId
- Type: System String
The role assigning tenant id.
Exceptions
Exception | Condition |
---|---|
CelloSaaS.ServiceContracts.AccessControlManagement RoleException | If db exception occurs |
System ArgumentNullException | If user id or role ids or role assigned tenant id is null or empty |
See Also