Gets the user details for the given user id and the tenant Id.
Namespace: CelloSaaS.BusinessEdition.ServiceProxies.UserManagementAssembly: CelloSaaS.BusinessEdition (in CelloSaaS.BusinessEdition.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.ArgumentNull] | If the user id is null or empty |
See Also