Gets the users in the given role.
Namespace: CelloSaaS.ServiceContracts.AccessControlManagementAssembly: CelloSaaS.ServiceContracts (in CelloSaaS.ServiceContracts.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax
Parameters
- roleIdentifier
- Type: System String
The role identifier.
- tenantId
- Type: System String
The tenant id.
Return Value
Type: StringExceptions
Exception | Condition |
---|---|
CelloSaaS.ServiceContracts.AccessControlManagement RoleException | If db exception occur |
System ArgumentNullException | If the role id or tenant id is null or empty. |
See Also