Search Users
Search users in Databricks.
Options
| Field | Definition | Type | Required |
|---|---|---|---|
| Result Set | Choose one of the following options to display your results:
|
Dropdown | TRUE |
| Filter Type | Operators to be used when filtering search results.
|
Dropdown | TRUE |
Note:
To learn how to return large numbers of records, see Stream matching records with a helper flow.
Input
| Field | Definition | Type | Required |
|---|---|---|---|
| Search By | |||
| User Name | Username of the user. | Text | FALSE |
| The email address of the user. | Text | FALSE | |
| Full Name | Full name of the user. | Text | FALSE |
| Custom Filter | |||
| Filter | Add the custom filter query to enhance the search.
|
Text | FALSE |
| Sort | |||
| Sort Order | The order to sort the results:
|
Dropdown | FALSE |
| Sort By | Attribute to sort the results by:
|
Dropdown | FALSE |
| Streaming | |||
| Flow | Click Choose Flow to browse and select a helper flow for streaming search results, then click Choose to confirm. You can also optionally add custom fields to pass extra data to the helper flow:
Stream Matching Records from the Result Set option.Note:
The input field for the Helper card within the streaming helper flow should reference the Record key (object type) to successfully pull streamed records. To retrieve state input values, ensure you reference the State key (object type). |
Flow |
TRUE |
| Record Limit | Specify the number of records to stream.
Stream Matching Records from the Result Set option. |
Number | FALSE |
Output
| Field | Definition | Type |
|---|---|---|
| Result | ||
| ID | Unique identifier of the user. | Text |
| User Name | Username of the user. | Text |
| Primary Email | Primary email address of the user. | Text |
| Emails | All the emails associated with the user. | List of Objects |
| Type | Type of the email. Example: work. | Text |
| Value | The email address of the user. | Text |
| Primary | Specifies whether the email address is primary (true) or not (false). | True/False |
| Full Name | Full name of the user. | Text |
| First Name | First name of the user. | Text |
| Last Name | Last name of the user. | Text |
| Is Account Admin | Specifies whether the user is an Account Admin (true) or not (false). | True/False |
| Is Active | Specifies whether the user is Active (true) or Inactive (false). | True/False |
| Raw Output | API returns the raw response body. | Object |
| Users | The search returns a list of up to 100 users that match the search and sort criteria. This list contains the output fields for each user as individual object. This field appears when you select the First 100 Matching Records from the Result Set option. |
List of Objects |
| Records Streamed | The number of records streamed. This field appears when you select Stream Matching Records from the Result Set option. |
Number |