Users.GetUserByIdAsync
Description
Gets UserInfo details with the specified User Id from the connected AI Command Center.
C#
Task<UserInfo> GetUserByIdAsync(int userId)
Properties
Input
| Property | Description |
|---|---|
| userId | Specify the user Id to retrieve the information. |
Output
| Task<UserInfo> | Returns the information of a user using Id. | |||