linkOrgJuniperAccount
POST https://{{host}}/api/v1/orgs/:org_id/setting/juniper/link_accounts
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
{"username"=>"john@nmo.com", "password"=>"password"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
X-CSRFToken | string | ||
Content-Type | string |
RESPONSES
status: OK
{"account":{"name":"ABC Corp","linked_by":"John Smith (john@abccorp.com)"}}