Get active user details for the given tenant id
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> GetUserDetailsByTenantId(
string tenantId
)
public static Dictionary<string, UserDetails> GetUserDetailsByTenantId(
string tenantId
)
Public Shared Function GetUserDetailsByTenantId (
tenantId As String
) As Dictionary(Of String, UserDetails)
Public Shared Function GetUserDetailsByTenantId (
tenantId As String
) As Dictionary(Of String, UserDetails)
static member GetUserDetailsByTenantId :
tenantId : string -> Dictionary<string, UserDetails>
static member GetUserDetailsByTenantId :
tenantId : string -> Dictionary<string, UserDetails>
Parameters
- tenantId
- Type: System String
Tenant Id(Mandatory)
Return Value
Type:
Dictionary String,
UserDetails User details