Deletes the user role tenant mapping that has been assigned by the role assigning tenant for the userid and the roles
Namespace: CelloSaaS.BusinessEdition.ServiceProxies.AccessControlManagementAssembly: CelloSaaS.BusinessEdition (in CelloSaaS.BusinessEdition.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
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