This method is used to gets the roles assigned to user by tenant.
Namespace: CelloSaaS.ServiceContracts.AccessControlManagementAssembly: CelloSaaS.ServiceContracts (in CelloSaaS.ServiceContracts.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax
Parameters
- userId
- Type: System String
The user id.
- roleAssignedTenantId
- Type: System String
The role assigned tenant id.
Return Value
Type: StringExceptions
Exception | Condition |
---|---|
CelloSaaS.ServiceContracts.AccessControlManagement RoleException | If db exception occurs |
System ArgumentNullException | If the user id or role assigned tenant id is null or empty. |
See Also