Gets the shared user roles.
Namespace: CelloSaaS.ServiceContracts.AccessControlManagementRemarks
This API lists all the roles that this user has with respect to this tenant obtained via sharing and / or stratification
Assembly: CelloSaaS.ServiceContracts (in CelloSaaS.ServiceContracts.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax
Parameters
- userId
- Type: System String
The user id.
- stratifiedTenantId
- Type: System String
The stratified tenant id.
- roleAssigningTenantId
- Type: System String
Return Value
Type: Dictionary String, List Stringdictionary of role assigned tenant id and the list of the roles
Exceptions
Exception | Condition |
---|---|
CelloSaaS.ServiceContracts.AccessControlManagement RoleException | If db exception occurs |
System ArgumentNullException | If user id or stratified tenant id is null or empty |
See Also