Gets the tenant roles for the given user
Namespace: CelloSaaS.BusinessEdition.ServiceProxies.AccessControlManagementAssembly: CelloSaaS.BusinessEdition (in CelloSaaS.BusinessEdition.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax
Parameters
- userId
- Type: System String
The user id.
- tenantId
- Type: System String
Return Value
Type: StringList of Roles
Exceptions
Exception | Condition |
---|---|
[!:CelloSaaS.ServiceContracts.AccessControlManagement.RoleException] | If db exception occur |
System ArgumentNullException | If the user id is null or empty. |
See Also