IRoleService GetUsersInRoleByTenantStratification Method ( String , String, String) CelloSaaS API Documentation
Gets the userids of the user's to the role assigned by the given role assigned tenant for the stratified tenant with the given roles

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 stratifiedTenantId,
	string roleAssigningTenantId
)

Parameters

roleIdentifiers
Type:  System String 
The role identifiers.
stratifiedTenantId
Type: System String
The stratified tenant id.
roleAssigningTenantId
Type: System String
The role assigning tenant id.

Return Value

Type: Dictionary String, List String  
Dictionary of Roles and their User identifiers
Exceptions

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