Skip to content

docs: add beta back to orgs #15902

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Dec 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions docs/admin/users/organizations.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ guide.

## The default organization

All Coder deployments start with one organization called `Coder`. All new users
All Coder deployments start with one organization called `coder`. All new users
are added to this organization by default.

To edit the organization details, navigate to `Deployment -> Organizations` in
the top bar:
To edit the organization details, select **Deployment** from the top bar, then
**Organizations**:

![Organizations Menu](../../images/admin/users/organizations/deployment-organizations.png)

Expand All @@ -36,7 +36,7 @@ From there, you can manage the name, icon, description, users, and groups:

Any additional organizations have unique admins, users, templates, provisioners,
groups, and workspaces. Each organization must have at least one dedicated
[provisioner](../provisioners.md) since the built-in provisioner only applies to
[provisioner](../provisioners.md) since the built-in provisioners only apply to
the default organization.

You can configure [organization/role/group sync](./idp-sync.md) from your
Expand Down Expand Up @@ -110,6 +110,12 @@ their organization. Users can be in multiple organizations.

![Workspace List](../../images/admin/users/organizations/workspace-list.png)

## Beta

Organizations is in beta. If you encounter any issues, please
[file an issue](https://github.com/coder/internal/issues/new?title=request%28orgs%29%3A+request+title+here&labels=["customer-feedback"]&body=please+enter+your+issue+or+request+here)
or contact your account team.

## Next steps

- [Organizations - best practices](../../tutorials/best-practices/organizations.md)
Loading