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

You can only update a user's SCIM data with this action card.

Input

Field Definition Type Required

GitHub

Username

Username for the user. This can be a sign-in account or a username.

Text

TRUE

SCIM

Username

Username for the user. This can be a sign-in account or a username.

Text

TRUE

Given Name

First name of the user.

Text

FALSE

Family Name

Family name of the user.

Text

FALSE

Primary Email

Primary email address of the user.

Text

FALSE

Primary Email Type

Primary email address type, for example, work.

Text

FALSE

External ID

A unique identifier generated by the SAML provider and matched against a GitHub user.

Text

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.

Text

External ID

A unique identifier generated by the SAML provider and matched against a GitHub user.

Text

Is Active?

This indicates whether the identity is active (True) or should be deprovisioned (False).

True/False

Related topics

GitHub connector

Workflow elements

GitHub API documentation