Update User

Update a user profile in GitHub.

Note

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
Caution

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:

  • A 201 Created status code indicates success where a new resource was created.
  • A 403 Forbidden error indicates that the HTTP request wasn't processed because the necessary permissions were missing.

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

Related topics

GitHub connector

Workflow elements

GitHub API documentation