What You'll Need Credential What it is API Token SSWS token from Okta admin console Domain Your Okta subdomain (e.g., your-org)
Overview Connect Parable to Okta for identity, access management, and audit log data.
Identity Users, groups, profiles
Security Audit logs, system events
Prerequisites Setup access in . These steps require , or a colleague with equivalent permissions who can create credentials for you.If that is not you, ask your administrator.
Super Administrator or Organization Administrator role
Permission to create API tokens
Setup Guide
Access Okta Admin Console
Log in to your Okta org
Go to the Admin Console (click Admin in the top right)
Navigate to API Settings
Go to Security → API
Click the Tokens tab
Create API Token
Click Create Token
Name: Parable Integration
Click Create Token
Copy your now! This is the only time it will be displayed. Store it in a secure password manager before closing this page.
Token inherits the creating admin’s permissions. Use a dedicated admin account.
Note Your Okta Domain
Your Okta domain format: https://your-org.okta.com
Or for Okta preview: https://your-org.oktapreview.com
Enter values in the form
Domain : Your Okta org hostname (for example your-org.okta.com without https://).
API Token : Paste your SSWS API token.
Click Save & test connection .
Verify Your Setup Test Authentication
List Users
curl -H "Authorization: SSWS YOUR_TOKEN" \
"https://your-org.okta.com/api/v1/users/me"
Success! If you received a 200 OK response with valid data, your credentials are configured correctly. You can now proceed to configure this connector in Parable.
API Endpoints Reference Endpoint Data /api/v1/usersUser profiles /api/v1/groupsGroups and membership /api/v1/logsSystem audit logs /api/v1/appsApplication assignments
Rate Limits: enforces rate limits of .Parable handles rate limiting automatically with exponential backoff, but initial syncs of large datasets may take longer due to these limits.
Troubleshooting Error Meaning Solution E0000011Invalid token Verify token is correct E0000006Access denied Verify token has required admin permissions E0000015Feature not enabled Check required Okta features/licenses are active 429Rate limit Implement backoff
Token created by deactivated user If the admin who created the token is deactivated, the token becomes invalid. Create a new token with an active admin account. Can’t access logs System Log access requires Super Administrator or Report Administrator role. Additional Resources
Okta API Official API reference
Rate Limits Rate limit documentation