UserDetailsProxy GetAllUserDetailsByTenantId Method CelloSaaS API Documentation
Get all(both active and inactive) user details for the given tenant Identifier.

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> GetAllUserDetailsByTenantId(
	string tenantId
)

Parameters

tenantId
Type: System String
Tenant Identifier(Mandatory)

Return Value

Type: Dictionary String, UserDetails 
Active and Inactive User details
See Also