PUT users/bulk_disable
批量停用用户
Request Information
URI Parameters
None.
Body Parameters
Collection of integerRequest Formats
application/json, text/json
Sample:
[ 1, 2 ]
Response Information
Resource Description
批量停用用户
ResponseModelOfObjectName | Description | Type | Additional information |
---|---|---|---|
Success | boolean |
None. |
|
Message | string |
None. |
|
Data | Object |
None. |
|
Datas | ResponseDataListModelOfObject |
None. |
Response Formats
application/json, text/json
Sample:
{ "success": true, "message": "sample string 2", "data": {}, "datas": { "total": 1, "data": [ {}, {} ] } }