Filtering /networks/{networkId}/sm/devices by ownerEmail
Hello all -
I am trying to use the Meraki Systems Manager API to return all devices associated with a specific user's email address. Can someone tell me how to format the API curl request to achieve this?
The data field ownerEmail is an option to provide in the fields parameter that is of type array. It only allows to display additional fields in the returned response body and is not a query parameter to filter on a specific value. You will have to return all the results first, including the ownerEmail field, and then filter the response accordingly.
The data field ownerEmail is an option to provide in the fields parameter that is of type array. It only allows to display additional fields in the returned response body and is not a query parameter to filter on a specific value. You will have to return all the results first, including the ownerEmail field, and then filter the response accordingly.
Get notified when there are additional replies to this discussion.