Get active user details by search value in current tenant.
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> SearchUserDetailsInCurrentTenant(
string tenantCode,
string searchValue
)
public static Dictionary<string, UserDetails> SearchUserDetailsInCurrentTenant(
string tenantCode,
string searchValue
)
Public Shared Function SearchUserDetailsInCurrentTenant (
tenantCode As String,
searchValue As String
) As Dictionary(Of String, UserDetails)
Public Shared Function SearchUserDetailsInCurrentTenant (
tenantCode As String,
searchValue As String
) As Dictionary(Of String, UserDetails)
static member SearchUserDetailsInCurrentTenant :
tenantCode : string *
searchValue : string -> Dictionary<string, UserDetails>
static member SearchUserDetailsInCurrentTenant :
tenantCode : string *
searchValue : string -> Dictionary<string, UserDetails>
Parameters
- tenantCode
- Type: System String
Tenant Code(Mandatory)
- searchValue
- Type: System String
Search Value
Return Value
Type:
Dictionary String,
UserDetails Active User details