IRoleService GetUsersInRoleByTenantStratification Method ( String , String) CelloSaaS API Documentation
Gets the users in role by tenant stratification.

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

Dictionary<string, List<string>> GetUsersInRoleByTenantStratification(
	string[] roleIdentifiers,
	string tenantId
)

Parameters

roleIdentifiers
Type:  System String 
The role identifiers.
tenantId
Type: System String
The tenant id.

Return Value

Type: Dictionary String, List String  
Exceptions

ExceptionCondition
System NotSupportedException
CelloSaaS.ServiceContracts.AccessControlManagement RoleExceptionIf db exception occur
System ArgumentNullExceptionIf the role ids or tenant id is null or empty.
See Also