OCNORA

Okta

Business appsAPI keycredential probe

Manage Okta users, groups, app assignments and sessions.

OCNORA ships 25 typed Okta operations. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run. Anything not covered by a typed node reaches https://{org_url}/api/v1 through the HTTP node with the same credential.

Operations 25

  • Activate User
    Activate a STAGED or DEPROVISIONED user. When the activation email is not sent, Okta returns the activation URL and token so a workflow can deliver them itself.
    okta.activate_user
  • Add User to Group
    Add a user to an Okta group, granting them everything that group is assigned. Adding a member who is already in the group is not an error.
    okta.add_user_to_group
  • Assign User to Application
    Assign a user directly to an app integration. Apps whose sign-on mode needs credentials also want an application username.
    okta.assign_app_user
  • Create Group
    Create an Okta group that users and app assignments can be added to.
    okta.create_group
  • Create User
    Create a user in the Okta org, optionally activating them and adding them to groups in the same call.
    okta.create_user
  • Deactivate User
    Deactivate a user, moving them to DEPROVISIONED and ending their access. This is the step Okta requires before a user can be deleted.
    okta.deactivate_user
  • Delete Group
    Delete an Okta group. Its members keep their accounts but lose whatever access the group granted them.
    okta.delete_group
  • Delete User
    Permanently delete a user. Okta only deletes a user who is already DEPROVISIONED, so run Deactivate User first or switch on 'deactivate_first' and this node will make both calls in order. Deletion cannot be undone.
    okta.delete_user
  • Expire Password
    Expire a user's current password so Okta forces them to choose a new one at their next sign-in.
    okta.expire_password
  • Get Application
    Fetch one Okta app integration by id, with its status and sign-on mode.
    okta.get_app
  • Get Group
    Fetch one Okta group by id, with its profile and type.
    okta.get_group
  • Get User
    Fetch one Okta user by id, by login, or by login shortname, with their current lifecycle status.
    okta.get_user
  • List Application Users
    List the users assigned to an Okta app integration.
    okta.list_app_users
  • List Applications
    List the app integrations in the org, narrowed with a 'q' label prefix or an Okta 'filter' expression.
    okta.list_apps
  • List Group Members
    List the users who belong to an Okta group.
    okta.list_group_members
  • List Groups
    List groups in the org, narrowed with Okta's 'q' name prefix, an indexed 'filter' expression, or the richer 'search' expression grammar.
    okta.list_groups
  • List User Groups
    List every group a user belongs to, including their app groups.
    okta.list_user_groups
  • List Users
    List users with Okta's three query forms: 'q' for a name or email prefix, 'filter' for an indexed expression, and 'search' for the full expression grammar including custom profile attributes.
    okta.list_users
  • Remove User from Application
    Unassign a user from an app integration, removing the access it granted. A user who also has the app through a group keeps it.
    okta.remove_app_user
  • Remove User from Group
    Remove a user from an Okta group, withdrawing the access it granted.
    okta.remove_user_from_group
  • Reset Password
    Start a password reset for a user. When the reset email is not sent, Okta returns a one-time reset URL that the workflow can deliver itself.
    okta.reset_password
  • Revoke User Sessions
    End every Okta session the user currently holds, and optionally revoke the OAuth and OpenID Connect tokens issued to them.
    okta.revoke_user_sessions
  • Suspend User
    Suspend an active user so they cannot sign in, while keeping their account, group memberships and app assignments intact.
    okta.suspend_user
  • Unsuspend User
    Return a suspended user to the ACTIVE state so they can sign in again.
    okta.unsuspend_user
  • Update User
    Change a user's profile or credentials. The default partial mode merges the keys you send; replace mode overwrites the whole profile.
    okta.update_user

Run your first Okta workflow today.

Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.