UserDetailsProxy GetUserDetailsByUserId Method (String, String) CelloSaaS API Documentation
Gets the user details for the given user id and the tenant Id.

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,
	string tenantId
)

Parameters

userId
Type: System String
The user id.
tenantId
Type: System String
The tenant id.

Return Value

Type: UserDetails
UserDetails
Exceptions

ExceptionCondition
[!:CelloSaaS.ServiceContracts.UserManagement.UserDetailException]If Any exception occurred, while connecting or modifying the database.
System UnauthorizedAccessExceptionIf the user has not the view user privilege
[!:System.ArgumentNull]If the user id is null or empty
See Also