Get active user details for the given tenant id
Namespace: CelloSaaS.ServiceContracts.UserManagementAssembly: CelloSaaS.ServiceContracts (in CelloSaaS.ServiceContracts.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax
Parameters
- tenantId
- Type: System String
Tenant Id(Mandatory)
Return Value
Type: Dictionary String, UserDetailsUser details
Exceptions
Exception | Condition |
---|---|
System UnauthorizedAccessException | If the user has not the view user privilege. |
CelloSaaS.ServiceContracts.UserManagement TenantUserAssociationException | If Any exception occurred, while sharing the user details. |
CelloSaaS.ServiceContracts.UserManagement UserDetailException | If Any exception occurred, while connecting or modifying the database. |
System ArgumentNullException | If the tenant id is null or empty. |
See Also