Update User
Update a user profile in GitHub.

To use this action card in a Flow, you must set up SAML support for your app in your GitHub instance. You must also be the owner of the organization.
Options
Field | Definition | Type | Required |
---|---|---|---|
Organization | organizations in GitHub | Dropdown | FALSE |

With this action card, you can only update a user's SCIM data.
Input
Field | Definition | Type | Required |
---|---|---|---|
GitHub | |||
Username | username for the user; can be an login or username | String | TRUE |
SCIM | |||
Username | username for the user; can be an login or username | String | FALSE |
Given Name | first name of the user | String | FALSE |
Family Name | last name of the user | String | FALSE |
Primary Email | primary email address of the user | String | FALSE |
Primary Email Type | primary email address type; for example, work |
String | FALSE |
External ID | unique identifier that's generated by the SAML provider and matched against a GitHub user | String | FALSE |
Output
Field | Definition | Type |
---|---|---|
Status Code | success or failure of your HTTP request; here is a list of all status codes | Number |
SCIM User ID | unique identifier for the SCIM user | String |
External ID | unique identifier that's generated by the SAML provider and matched against a GitHub user | String |
Is Active? | indicates whether the identity is active (true ) or should be deprovisioned (false ) |
Boolean |