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
See Okta API docs for more information.
Apps
The call uses the GET operation to retrieve a list of applications.
URI:/api/v1/apps
See Okta API docs for more information.
Users
The call uses the GET operation to retrieve a list of users.
URI:/api/v1/users
See Okta API docs for more information.
Logs
The call uses the GET operation to retrieve a list of log events.
URI:/api/v1/logs
See Okta API docs for more information.