GET api/UserManager/Get/{id}
Deprecated endpoint. It will be removed in the upcoming versions.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
UserDataName | Description | Type | Additional information |
---|---|---|---|
Name |
User name |
string |
None. |
GrantConnection |
User has a granted connection |
boolean |
None. |
Id |
User ID |
string |
None. |
FullName |
Full user name |
string |
None. |
Password |
User password |
string |
None. |
Role |
Role name |
string |
None. |
RoleInt |
Role ID |
integer |
None. |
Enable |
User is enabled. |
boolean |
None. |
Error |
Error description |
string |
None. |
Success |
Flag of successful operation |
boolean |
None. |
ErrorCode |
Error code |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "name": "sample string 1", "grantConnection": true, "id": "sample string 3", "fullName": "sample string 4", "password": "sample string 5", "role": "sample string 6", "roleInt": 7, "enable": true, "error": "sample string 9", "success": true, "errorCode": 11 }
Parameter Information
id
Property | Description |
---|---|
Length (Int32) | |
Chars (Char) |