Get all(both active and inactive) user details for the given tenant Identifier.
Namespace: CelloSaaS.BusinessEdition.ServiceProxies.UserManagementAssembly: CelloSaaS.BusinessEdition (in CelloSaaS.BusinessEdition.dll) Version: 4.3.1.0 (4.3.1.0)
public static Dictionary<string, UserDetails> GetAllUserDetailsByTenantId(
string tenantId
)
public static Dictionary<string, UserDetails> GetAllUserDetailsByTenantId(
string tenantId
)
Public Shared Function GetAllUserDetailsByTenantId (
tenantId As String
) As Dictionary(Of String, UserDetails)
Public Shared Function GetAllUserDetailsByTenantId (
tenantId As String
) As Dictionary(Of String, UserDetails)
static member GetAllUserDetailsByTenantId :
tenantId : string -> Dictionary<string, UserDetails>
static member GetAllUserDetailsByTenantId :
tenantId : string -> Dictionary<string, UserDetails>
Parameters
- tenantId
- Type: System String
Tenant Identifier(Mandatory)
Return Value
Type:
Dictionary String,
UserDetails Active and Inactive User details