IRoleService DeleteUserRoleAssignedByTenant Method CelloSaaS API Documentation
Deletes the user role tenant mapping that has been assigned by the role assigning tenant for the userid and the roles

Namespace: CelloSaaS.ServiceContracts.AccessControlManagement
Assembly: CelloSaaS.ServiceContracts (in CelloSaaS.ServiceContracts.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax

void DeleteUserRoleAssignedByTenant(
	string userId,
	string[] roleIds,
	string roleAssignedTenantId
)

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

ExceptionCondition
CelloSaaS.ServiceContracts.AccessControlManagement RoleExceptionIf db exception occurs
System ArgumentNullExceptionIf user id or role ids or role assigned tenant id is null or empty
See Also