Find Users
Search Okta users with a query. The query performs a startsWith match against a user's first name, family name, or email address. It displays the first record that matches or the first 200 matching records.
If you pass nothing into the card, it returns a random user because of the startsWith wildcard matching.
See Find Users in the Okta API documentation.
This card displays either the first record that matches, the first 200 matching records, or it can stream all matching records.
Options
Field | Definition | Type | Required |
---|---|---|---|
Result Set |
Choose a method to filter search results:
|
Dropdown | TRUE |
To learn how to return a large number of records, see Set up the stream matching option with a helper flow.
Input
Field | Definition | Type | Required |
---|---|---|---|
Query |
A query string used to find records by first name, family name, or email address. For example, to search for Bob Ross, the query terms |
Text | FALSE |
Search Criteria | |||
Record Limit |
Specify the number of records to stream.
Appears when Stream Matching Records is selected from the Result Set option. |
Number | FALSE |
Output
When selected from the Result Set option, both First Matching Record
and First 200 Matching Records
display the following fields.
Field | Definition | Type |
---|---|---|
Users |
This field appears when you select Fields that appear under Users are helper fields. |
List of Objects |
Raw Output | Raw payload returned from the Okta API. | Object |
ID | ID of the user created in Okta. | Text |
Status |
Status of the user. A user profile can be in one of these states:
When the status of a user is set to |
Text |
Created | Timestamp when the user was created. | Date & Time |
Activated | Timestamp when the transition to ACTIVE status completed. |
True/False |
Status Changed | Date of the last user status change. | Date & Time |
Last Login | Timestamp of the user's last login date. | Date & Time |
Last Updated | Timestamp of the user's last update. | Date & Time |
Password Changed | Timestamp of the user's last password change. | Date & Time |
First Name | First name of the user. | Text |
Last Name | User's last name or family name. | Text |
Mobile Phone | Mobile phone number of the user. | Text |
Second Email | Secondary email address of the user (typically used for account recovery). | Text |
Login | Login username of the user (usually in the form of an email address). | Text |
Email address of the user. This field appears when you select |
Text |