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

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

public static Dictionary<string, UserDetails> GetUserDetailsByTenantId(
	string tenantId
)

Parameters

tenantId
Type: System String
Tenant Id(Mandatory)

Return Value

Type: Dictionary String, UserDetails 
User details
See Also