Skip to main content

How do I manage my People Settings for my GitHub organization?

Overview:

GitHub organizations that are integrated with CircleCI will have one of the following integration types which will determine how members of the organization's roles and permissions are managed:

This style of URL indicates you authenticated with GitHub OAuth

https://app.circleci.com/pipelines/github/<your_organization_name>

This style of URL indicates you authenticated with the GitHub App

https://app.circleci.com/pipelines/circleci/UTxCZDiJ9MLGLC8hR1ZDmg

How to manage users

    • OAuth users' roles and permissions are inherited from your GitHub organization page

    • Any changes made to their permissions on GitHub will be inherited by CircleCI

      • Changes to users can be made on the People tab within your GitHub Organization's page on GitHub

    • As an Organization Admin, navigate to the Organization Settings in the CircleCI Dashboard sidebar

      • Click on People

Additional Notes:

  • We currently do not support the ability to convert/change to a GH App integration from the GH OAuth integration for existing CircleCI users.

Additional Resources:

Did this answer your question?