/user/get-all
Use the interface to obtain the user list of the system, and only the administrator has the rights.
Request Mode
POST /api/user/get-all
Response Body
{
"users": [
{
"username": "Admin",
"group": "Admin"
}
],
"status": 0
}
| Name | Description |
|---|---|
| status | 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |
| users | The user group arrays Username: user name Group: user group |