POST Admin/Refresh_Admin_Permissions
Request Information
URI Parameters
None.
Body Parameters
AdminInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | integer |
None. |
|
| Name | string |
None. |
|
| Permissions | string |
None. |
|
| Ticket | string |
None. |
|
| IsAuthenticated | boolean |
None. |
|
| ExceptionMsg | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserID": 1,
"Name": "sample string 2",
"Permissions": "sample string 3",
"Ticket": "sample string 4",
"IsAuthenticated": true,
"ExceptionMsg": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
AdminInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | integer |
None. |
|
| Name | string |
None. |
|
| Permissions | string |
None. |
|
| Ticket | string |
None. |
|
| IsAuthenticated | boolean |
None. |
|
| ExceptionMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"UserID": 1,
"Name": "sample string 2",
"Permissions": "sample string 3",
"Ticket": "sample string 4",
"IsAuthenticated": true,
"ExceptionMsg": "sample string 6"
}