IUserDetailsService GetUserDetailsByTenantId Method CelloSaaS API Documentation
Get active user details for the given tenant id

Namespace: CelloSaaS.ServiceContracts.UserManagement
Assembly: CelloSaaS.ServiceContracts (in CelloSaaS.ServiceContracts.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax

Dictionary<string, UserDetails> GetUserDetailsByTenantId(
	string tenantId
)

Parameters

tenantId
Type: System String
Tenant Id(Mandatory)

Return Value

Type: Dictionary String, UserDetails 
User details
Exceptions

ExceptionCondition
System UnauthorizedAccessExceptionIf the user has not the view user privilege.
CelloSaaS.ServiceContracts.UserManagement TenantUserAssociationExceptionIf Any exception occurred, while sharing the user details.
CelloSaaS.ServiceContracts.UserManagement UserDetailExceptionIf Any exception occurred, while connecting or modifying the database.
System ArgumentNullExceptionIf the tenant id is null or empty.
See Also