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

string[] GetUsersInRoleByTenantStratification(
	string roleIdentifier,
	string tenantId
)

Parameters

roleIdentifier
Type: System String
The role identifier.
tenantId
Type: System String
The tenant id.

Return Value

Type:  String 
Exceptions

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