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 | Result of the operation. The connector returns an HTTP status code that indicates whether the action taken by the card succeeded or failed. For example:
For a full list of possible status codes, see HTTP 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 |