Gets the user details for the given user id and the tenant Id.
Namespace: CelloSaaS.ServiceContracts.UserManagementAssembly: CelloSaaS.ServiceContracts (in CelloSaaS.ServiceContracts.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax
Parameters
- userId
- Type: System String
The user id.
- tenantId
- Type: System String
The tenant id.
Return Value
Type: UserDetailsUserDetails
Exceptions
Exception | Condition |
---|---|
CelloSaaS.ServiceContracts.UserManagement UserDetailException | If Any exception occurred, while connecting or modifying the database. |
System UnauthorizedAccessException | If the user has not the view user privilege |
System ArgumentNullException | If the user id is null or empty |
See Also