IRoleService GetUsersInRoleByTenantStratification Method (String, String, String) CelloSaaS API Documentation
Gets the user's who can manage the tasks for the tenant's mapped by the assigned tenant and assigned role

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

string[] GetUsersInRoleByTenantStratification(
	string roleId,
	string stratifiedTenantId,
	string roleAssigningTenantId
)

Parameters

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

Return Value

Type:  String 
Array of user identifiers
Exceptions

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