List User Access Devices And Its Trusted Access Connections

GET {{baseUrl}}/networks/:networkId/sm/userAccessDevices

List User Access Devices and its Trusted Access Connections

Request Params

KeyDatatypeRequiredDescription
perPagestringThe number of entries per page returned. Acceptable range is 3 - 1000. Default is 100.
startingAfterstringA 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 parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
endingBeforestringA 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 parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.

HEADERS

KeyDatatypeRequiredDescription
X-Cisco-Meraki-API-Keynull

RESPONSES

status: OK

[{"id":"1284392014819","name":"My Personal Phone","systemType":"ios","mac":"00:11:22:33:44:55","username":"milesmeraki","email":"miles@meraki.com","tags":["tag1","tag2"],"trustedAccessConnections":[{"trustedAccessConfigId":"1234","downloadedAt":"2018-02-11T00:00:00Z","scepCompletedAt":"2018-05-12T00:00:00Z","lastConnectedAt":"2018-05-12T00:00:00Z"}]}]