admin: seats and company owners (#20932)

* admin: seats and company owners

Signed-off-by: Craig <craig.osterhout@docker.com>
This commit is contained in:
Craig Osterhout 2024-09-19 09:24:52 -07:00 committed by GitHub
parent a386cbe835
commit 24fb7e893d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 17 additions and 1 deletions

View File

@ -6,7 +6,12 @@ aliases:
- /docker-hub/company-owner/
---
As a company owner, you can configure [Single Sign-on (SSO)](../../security/for-admins/single-sign-on/_index.md) and [System for Cross-domain Identity Management (SCIM)](../../security/for-admins/provisioning/scim.md) for all organizations under the company.
A company can have multiple owners. Company owners have company-wide
observability and can manage company-wide settings that apply to all associated
organizations. In addition, company owners have the same access as organization
owners for all associated organizations. Unlike organization owners, company
owners don't need to be member of an organization. When company owners aren't a
member in an organization, they don't occupy a seat.
{{< tabs >}}
{{< tab name="Docker Hub" >}}

View File

@ -30,6 +30,17 @@ No, you can continue with business as usual.
You can add a maximum of 10 company owners to a single company account.
### Do company owners occupy a subscription seat?
Company owners don't occupy a seat in any organization unless they are added as
member of the organization. Since company owners have the same access as
organization owners for all organizations associated with the company, it is not
necessary to add company owners to an organization.
Note that when you first create a company, your account will be both a company
owner and an organization owner. Your account will occupy a seat as long as
you're an organization owner.
### What permissions does the company owner have in the associated/nested organizations?
Company owners can navigate to the **Organizations** page to view all their nested organizations in a single location. They can also view or edit organization members and change single sign-on (SSO) and System for Cross-domain Identity Management (SCIM) settings. Changes to company settings impact all users in each organization under the company. See [Roles and permissions](../../security/for-admins/roles-and-permissions.md).