Skip to main content

API calls for Okta

Okta connector API calls to Okta for retrieval of data.

References

  • App users

    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

    Uses the GET operation to retrieve a list of applications.

    URI: /api/v1/apps

    See Okta API docs for more information.

  • Users

    Uses the GET operation to retrieve a list of users.

    URI: /api/v1/users

    See Okta API docs for more information.

  • Logs

    Uses the GET operation to retrieve a list of log events.

    URI: /api/v1/logs

    See Okta API docs for more information.