Search Users
Search for users in GitHub.

To use this action card in a Flow, you must set up SAML support for your app in your GitHub instance. If SAML support isn't set up properly, search results will only product public information for a user. You must also be the owner of the organization.
Options
Field | Definition | Type | Required |
---|---|---|---|
Organization | organizations in GitHub | Dropdown | FALSE |
Result Set |
First Matching Record - returns the first record that matches All Matching Records - returns all matching records as a list |
Dropdown | FALSE |

For more accurate results, avoid using partial strings in your input query.
Due to GitHub limitations, a maximum of 1000 records can be returned with this action card.
Input
Field | Definition | Type | Required |
---|---|---|---|
Username | username for the user; can be an login or username | String | FALSE |
Public Full Name | public full name of the user | String | FALSE |
Public Email | public email address of the user | String | FALSE |
Output
Field | Definition | Type |
---|---|---|
ID | user's unique identifier | Number |
Username | username for the user; can be an login or username | String |
Public Name | publicly displayed name of the user | String |
Global Node ID | : node_id value of the user in the GitHub API |
String |
Avatar URL | URL of the user's avatar | String |
HTML URL | URL of the user; example, https://github.com/octocat |
String |
SCIM ID | user's SCIM unique identifier | String |
SCIM Username | SCIM username of the user | String |
Given Name | firt name of the user | String |
Family Name | last name of the user | String |
Emails | email addresses associated with the user | List |
Active | indicates whether the identity is active (true ) or should be deprovisioned (false ) |
String |