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

NameTypeDescription
macstringoptional, mac address
labelslistoptional, array of strings of labels

Request Params

KeyDatatypeRequiredDescription
blacklistednulltrue/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"}]}