Okta
Read Okta identity data — users, groups, apps — via the Okta Management API.
Operations
list_usersget_userlist_groupslist_apps
Inputs
apiKey(required) — Okta API token as the FULL Authorization header value, including the SSWS scheme prefix: SSWS <yourToken> (e.g. 'SSWS 00QCjAl4MlV-WPXM...'). Create the token in the Okta Admin Console under Security > API > Tokens.operation(required) — One of: list_users, get_user, list_groups, list_appsdomain(required) — Your full Okta domain (host only, no scheme), e.g. dev-12345.okta.com or acme.okta.com.id— Okta user id — required for get_user.query— Optional query params as a JSON object string, e.g. {"limit": 50, "filter": "status eq \"ACTIVE\""}.
Example
operation: list_users
apiKey: <your apiKey>
domain: <your domain>