Gets the user's who can manage the tasks for the tenant's mapped by the assigned tenant and assigned role
Namespace: CelloSaaS.ServiceContracts.AccessControlManagementAssembly: CelloSaaS.ServiceContracts (in CelloSaaS.ServiceContracts.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax
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: StringArray of user identifiers
Exceptions
Exception | Condition |
---|---|
CelloSaaS.ServiceContracts.AccessControlManagement RoleException | If db exception occurs |
System ArgumentNullException | If role id or stratified tenant id or role assigned tenant id is null or empty |
See Also