1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

GitHub Enterprise で billing manager を追加・削除する手順

Last updated at Posted at 2021-12-21

GitHub の billing manager とは

billing manager は支払設定の管理するだけのユーザーで、ライセンスを消費しません。
メニュー「Billing」だけ操作可能です。

公式ドキュメントではOrganizationの手順になっており、Enterpriseの場合は少し違ったのでメモとして残します。

追加手順

Enterprise の管理者権限を持つアカウントで操作します

  1. GitHub Enterprise の管理画面を開く
    • https://github.com/enterprises/[enterprise名]
  2. メニューから People > Administrators を開く
    • https://github.com/enterprises/[enterprise名]/admins
  3. 「Invite admin」から「Billing manager」でアカウントを招待する
    image.png
  4. 招待したアカウントにinvitation mailが届くので、招待を受諾すればOK

削除手順

Enterprise の管理者権限を持つアカウントで操作します

  1. GitHub Enterprise の管理画面を開く
    • https://github.com/enterprises/[enterprise名]
  2. メニューから People > Administrators を開く
    • https://github.com/enterprises/[enterprise名]/admins
  3. RoleがBilling managerとなっている対象のアカウントで「Remove billing manager」を選択すればOK
    image.png

補足

Enterpriseでのロールについては以下を参照ください。

Membersがライセンスを使う対象です。

1
0
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?