Documentation Index Fetch the complete documentation index at: https://docs.parable.work/llms.txt
Use this file to discover all available pages before exploring further.
What You'll Need Credential Description API Token SSWS token from Okta admin console Domain Your Okta subdomain (e.g., your-org)
Overview Connect to Okta for identity, access management, and audit log data.
Identity Users, groups, profiles
Security Audit logs, system events
Prerequisites Administrator access required. You need privileges in to complete this setup.If you don’t have admin access, contact your administrator to:
Create the API credentials on your behalf, OR
Grant you temporary admin access to complete the setup
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
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 E0000006Not found Check endpoint URL and user/group ID E0000015Deactivated user Admin account may be suspended 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