searchOrgUserMacs
GET https://{{host}}/api/v1/orgs/:org_id/usermacs/search
This API is always paginated.
Search with mac and labels absent together returns all usermacs for the org.
Supported Filters
Name | Type | Description |
---|---|---|
mac | string | optional, mac address |
labels | list | optional, array of strings of labels |
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
blacklisted | null | true/false |
RESPONSES
status: OK
{"limit":100,"page":1,"results":[{"id":"111cafd2-ba1b-5169-bfcb-9cdf1d473ddb","mac":"921b638445cd","labels":["flor1","bld4"],"vlan":"30","notes":"mac address refers to Canon printers","name":"Printer2","radius_group":"VIP"}]}