External DocumentationTo learn more, visit the Okta documentation.
Parameters
Example Output
Workflow Library Example
List All Devices with Okta and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Add User Details | Lists associated users for the device in _embedded element. * user - Lists full details for associated users* userSummary - Lists summaries for associated users. |
| Cursor | Specifies the pagination cursor for the next page of devices. |
| Limit | Specifies the number of results returned (maximum & default 200). |
| Query | Searches for devices with a supported filtering expression for most properties (https://developer.okta.com/docs/reference/core-okta-api/#filter). |
| Return All Pages | Automatically fetch all resources, page by page. |
[
{
"id": "<string>",
"status": "<string>",
"created": "2016-02-03T19:52:56.518Z",
"lastUpdated": "2016-12-09T00:45:52.221Z",
"profile": {
"displayName": "<string>",
"platform": "<string>",
"manufacturer": "<string>",
"model": "<string>",
"osVersion": "<string>",
"registered": true,
"secureHardwarePresent": true,
"authenticatorAppKey": "<string>"
},
"resourceId": "<string>",
"resourceDisplayName": {
"value": "<string>",
"sensitive": false
},
"resourceAlternateId": null,
"resourceType": "<string>",
"_links": {
"suspend": {
"href": "<string>",
"hints": {
"allow": [
"<string>"
]
}
},
"self": {
"href": "<string>",
"hints": {
"allow": [
"<string>",
"<string>"
]
}
},
"users": {
"href": "<string>",
"hints": {
"allow": [
"<string>"
]
}
},
"deactivate": {
"href": "<string>",
"hints": {
"allow": [
"<string>"
]
}
}
}
}
]
Was this page helpful?