Search Okta users with a query. The query performs a starts with match against First Name, Last Name, or Email. You have the option to display the first matching record only or all matching records in a list (up to 200). For more information, review the Okta documentation here.

Unless otherwise indicated, field types are text.

Options

  • Option (drop-down list)
    • First Matching Record: returns a single record
    • All Matching Records: returns all matching records, in list format

Input

  • Query: query string used to find records by first name, last name, or email address (for example, to search for Bob Ross, Bob, Ross, bob.ross@okta.com are all valid query terms)

Output

  • Result
    • First Matching Record:
      • Raw Body (object): raw payload returned from the Okta API
      • ID: ID of the user created in Okta
      • Status: current status of the user: STAGED, PROVISIONED, ACTIVE, RECOVERY, LOCKED_OUT, PASSWORD_EXPIRED, SUSPENDED, or DEPROVISIONED
      • Created (date): timestamp when the user was created
      • Activated (boolean): timestamp when transition to ACTIVE status completed
      • Status Changed (date): date of the last user status change
      • Last Login (date): timestamp of the user’s last login date
      • Last Updated (date): timestamp of the user’s last update
      • Password Changed (date): timestamp of the user’s last password change
      • First Name: user’s first name
      • Last Name: user’s last name or family name
      • Mobile Phone: user’s mobile phone number
      • Second Email: secondary email address of user (typically used for account recovery)
      • Login: login username of the user (usually in the form of an email address)
      • Email: user’s primary email address
    • All Matching Records:
      • Users (list of objects): all matching users with payload similar to above, in list format