Add User to Organization

Adds the specified user to your organization on GitHub. This action uses the SCIM protocol to pass information through the GitHub SCIM API.

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.

To set up SAML support between Okta and GitHub, see Configuring SAML single sign-on and SCIM using Okta.

You can also delete the user with the Remove User from Organization action card.

Options

Field Definition Type Required

Organization

Organizations in GitHub.

Dropdown

TRUE

Input

Field Definition Type Required

User

SCIM userName

Unique identifier you assigned to the user.

Text

TRUE

Given Name

First name of the user.

Text

TRUE

Family Name

Family name of the user.

Text

TRUE

Email

Email address of the user.

Text

TRUE

Email Type

Email address type; for example, work.

Text

TRUE

Output

Field Definition Type

SCIM User ID

Unique identifier generated by the GitHub SCIM endpoint.

Text

External ID

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).

Text

Related topics

GitHub connector

Workflow elements

GitHub API documentation