RoleProxy 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.BusinessEdition.ServiceProxies.AccessControlManagement
Assembly: CelloSaaS.BusinessEdition (in CelloSaaS.BusinessEdition.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax

public static 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
Exceptions

ExceptionCondition
[!:CelloSaaS.ServiceContracts.AccessControlManagement.RoleException]If db exception occurs
System ArgumentNullExceptionIf user id or role ids or role assigned tenant id is null or empty
See Also