organizations-list-search
Retrieve client details for a specific organization by MAC address. Supports pagination and field filtering for efficient network analysis.
Instructions
Return the client details in an organization. (read-only)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organizationId | Yes | Organization ID | |
| perPage | No | The number of entries per page returned. Acceptable range is 3 - 5. Default is 5. | |
| startingAfter | No | A token used by the server to indicate the start of the page. Often this is a timestamp or an ID but it is not limited to those. This parame | |
| endingBefore | No | A token used by the server to indicate the end of the page. Often this is a timestamp or an ID but it is not limited to those. This paramete | |
| mac | Yes | The MAC address of the client. Required. | |
| fields | No | Return only these top-level fields; omit for all. Available: clientId, mac, manufacturer, records. |