List all devices that are associated with an account.
Organization AccountsIf you have a organization account (ignore this if you do not), you can "impersonate" an admin of a child sub-organization, by supplying
X-Force-Org-Id: org_id_goes_hereHTTP header along with all API calls within the Profiles scope. This will allow you to view, create and modify Devices within the target sub-organization using the API token of the parent (main) Organization.Additionally, to retrieve only User type devices, append
/usersto this API call, or/routersto retrieve only Router type devices.
Changes in the worksWe’re currently updating this API to streamline behavior and improve query performance. As part of this change, the
last_activityandclientsfields will be removed from the response soon. In the meantime, if you still need these two fields, please include the query parameterlast_activity=1in your requests.
