createOrgClientsBlocklist
POST https://{{host}}/api/v1/orgs/:org_id/setting/blacklist
If there is already a blacklist, this API will replace it with the new one. Max number of blacklist clients is 1000.
Retrieve the current blacklisted clients from blacklist_url
under Org:Setting
#### Body Parameter Parameter|Type|Description :-------------: |:-------------: |:-------------: macs|array|list of mac addresses to blacklist
Request Body
{"macs"=>["18-65-90-de-f4-c6", "84-89-ad-5d-69-0d"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
X-CSRFToken | string | ||
Content-Type | string |