List Application Users By ID
Enumerates all assigned application users for an application.
External Documentation
To learn more, visit the Okta documentation.
Parameters
Parameter | Description |
---|---|
Application ID | ID of an application. |
Limit | Specifies the number of results for a page (maximum 500). |
Query | Returns a filtered list of app users. The value is matched against an application user profile's userName and email. Note: This operation only supports startsWith that matches what the string starts with to the query. |
Return All Pages | Automatically fetch all resources, page by page. |
Example Output
[
{
"_embedded": {},
"_links": {},
"created": "date-time",
"credentials": {
"password": {
"value": "password"
},
"userName": "string"
},
"externalId": "string",
"id": "string",
"lastSync": "date-time",
"lastUpdated": "date-time",
"passwordChanged": "date-time",
"profile": {},
"scope": "string",
"status": "string",
"statusChanged": "date-time",
"syncState": "string"
}
]
Workflow Library Example
List Application Users by Id with Okta and Send Results Via Email
Preview this Workflow on desktop