UserDetailsProxy GetUserDetailsByUserId Method (String) CelloSaaS API Documentation
Get user details for the given userId

Namespace: CelloSaaS.BusinessEdition.ServiceProxies.UserManagement
Assembly: CelloSaaS.BusinessEdition (in CelloSaaS.BusinessEdition.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax

public static UserDetails GetUserDetailsByUserId(
	string userId
)

Parameters

userId
Type: System String
User Id(Mandatory)

Return Value

Type: UserDetails
User Details
See Also