UserDetailsProxy SearchUserDetailsInCurrentTenant Method CelloSaaS API Documentation
Get active user details by search value in current tenant.

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> SearchUserDetailsInCurrentTenant(
	string tenantCode,
	string searchValue
)

Parameters

tenantCode
Type: System String
Tenant Code(Mandatory)
searchValue
Type: System String
Search Value

Return Value

Type: Dictionary String, UserDetails 
Active User details
See Also