Enumerates all assigned application users for an application.

External Documentation

To learn more, visit the Okta documentation.

Parameters

ParameterDescription
Application IDID of an application.
LimitSpecifies the number of results for a page (maximum 500).
QueryReturns 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 PagesAutomatically 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