IRoleService GetUsersInRole Method (String, String) CelloSaaS API Documentation
Gets the users in the given role.

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

string[] GetUsersInRole(
	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
CelloSaaS.ServiceContracts.AccessControlManagement RoleExceptionIf db exception occur
System ArgumentNullExceptionIf the role id or tenant id is null or empty.
See Also