POST api/v1/admin/AdminUser/Remove
删除后台用户
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
userIds | 用户ID |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
[ 1, 2, 3 ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{ "status": 0, "friendlyMessage": "sample string 1", "message": "sample string 2", "requestId": "74bdab48d83e421c9185b1973655dc32", "appOwnerId": 0 }