Get all user details based on the search value in other tenants
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> SearchAllUserDetailsInOtherTenants(
string[] tenantCodes,
string searchValue
)
public static Dictionary<string, UserDetails> SearchAllUserDetailsInOtherTenants(
string[] tenantCodes,
string searchValue
)
Public Shared Function SearchAllUserDetailsInOtherTenants (
tenantCodes As String(),
searchValue As String
) As Dictionary(Of String, UserDetails)
Public Shared Function SearchAllUserDetailsInOtherTenants (
tenantCodes As String(),
searchValue As String
) As Dictionary(Of String, UserDetails)
static member SearchAllUserDetailsInOtherTenants :
tenantCodes : string[] *
searchValue : string -> Dictionary<string, UserDetails>
static member SearchAllUserDetailsInOtherTenants :
tenantCodes : string[] *
searchValue : string -> Dictionary<string, UserDetails>
Parameters
- tenantCodes
- Type: System String
- searchValue
- Type: System String
Search Value
Return Value
Type:
Dictionary String,
UserDetails All user Details in other tenants