okta
Deprecated. Use the Okta v2 integration instead.
- Category
- Authentication & Identity Management
- Pack
- Okta
Configuration parameters
- url — Okta URL (https://<domain>.okta.com) (required)
- apitoken — API Token (see Detailed Instructions) (required)
- insecure — Trust any certificate (not secure)
- proxy — Use system proxy settings
Commands (23)
- okta-activate-user — Activates a specific user.
- okta-add-to-group — Adds a user to a group with OKTA_GROUP type.
- okta-create-user — Creates a new user with an option of setting password, recovery question and answer. The new user will immediately be able to login after activation with the assigned password. This flow is common when developing a custom user registration experience.
- okta-deactivate-user — Deactivate user.
- okta-get-application-assignments — Returns events for when a user was assigned to an application.
- okta-get-application-authentication — Returns logs using specified filters.
- okta-get-failed-logins — Returns event details for when a user is added to a group.
- okta-get-group-assignments — Get events for when a user was added to a group.
- okta-get-group-members — Enumerates all users that are members of a group.
- okta-get-groups — Returns all user groups associated with a specified user.
- okta-get-logs — Get logs by providing optional filters.
- okta-get-user — Fetches information for a specific user. You must enter one or more parameters for the command to run.
- okta-get-user-factors — Returns all the enrolled factors for the specified user.
- okta-list-groups — Lists groups in your organization. A subset of groups can be returned that match a supported filter expression or query.
- okta-remove-from-group — Removes a user from a group with OKTA_GROUP type.
- okta-reset-factor — Unenrolls an existing factor for the specified user, which enables the user to enroll a new factor.
- okta-search — Search for Okta users.
- okta-set-password — Creates a user without a recovery question and answer requirement. The new user can log in after activation with the assigned password.
- okta-suspend-user — Suspends a user. This operation can only be performed on users with an ACTIVE status. The user has a status of SUSPENDED when the process is complete.
- okta-unlock-user — Unlock user.
- okta-unsuspend-user — Returns a user to ACTIVE status. This operation can only be performed on users that have a SUSPENDED status.
- okta-update-user — Update user with a given login, all fields are optional, fields which are not set will not be overriden.
- okta-verify-push-factor — Enrolls and verifies a push factor for a specified user.