UserDetailsProxy SearchAllUserDetailsInOtherTenants Method CelloSaaS API Documentation
Get all user details based on the search value in other tenants

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> SearchAllUserDetailsInOtherTenants(
	string[] tenantCodes,
	string searchValue
)

Parameters

tenantCodes
Type:  System String 
searchValue
Type: System String
Search Value

Return Value

Type: Dictionary String, UserDetails 
All user Details in other tenants
See Also