API calls for Okta
The Okta connector makes API calls to Okta to retrieve data.
App users
The call uses the GET operation to retrieve a list of application users.
URI: /api/v1/apps/${applicationId}/users
For more information, see Okta API docs .
Apps
The call uses the GET operation to retrieve a list of applications.
URI: /api/v1/apps
For more information, see Okta API docs .
Users
The call uses the GET operation to retrieve a list of users.
URI: /api/v1/users
For more information, see Okta API docs .
Logs
The call uses the GET operation to retrieve a list of log events.
URI: /api/v1/logs
For more information, see Okta API docs .