Skip to content

Commit 1667826

Browse files
committed
Feedback
1 parent 1eeba49 commit 1667826

File tree

6 files changed

+197
-211
lines changed

6 files changed

+197
-211
lines changed

src/docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@
881881
"group": "Access control & Authentication",
882882
"pages": [
883883
"langsmith/rbac",
884-
"langsmith/workspace-operations",
884+
"langsmith/organization-workspace-operations",
885885
"langsmith/authentication-methods"
886886
]
887887
},

src/langsmith/administration-overview.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Overview
33
sidebarTitle: Overview
44
---
55

6+
import OrgWorkspaceRole from '/snippets/langsmith/multi-workspace-org-roles.mdx';
7+
68
This overview covers topics related to managing users, organizations, and workspaces within LangSmith.
79

810
## Resource Hierarchy
@@ -126,7 +128,7 @@ The organization role selected also impacts workspace membership as described he
126128
* `Organization Viewer` is equivalent to `Organization User`, but **cannot** create Personal Access Tokens. (for self-hosted, available in Helm chart version 0.11.25+)
127129

128130
<Info>
129-
The `Organization User` and `Organization Viewer` roles are only available in organizations on plans with multiple workspaces. In organizations limited to a single workspace, all users are `Organization Admins`. Custom organization-scoped roles are not available yet.
131+
<OrgWorkspaceRole/>
130132

131133
See [security settings](/langsmith/manage-organization-by-api#security-settings) for instructions on how to disable PAT creation for the entire organization.
132134
</Info>
@@ -170,7 +172,7 @@ Roles can be managed in organization settings under the `Roles` tab:
170172

171173
![Roles](/langsmith/images/roles-tab-rbac.png)
172174

173-
For comprehensive documentation on roles and permissions, refer to the [Role-based access control](/langsmith/rbac) guide. For a detailed operations reference table, refer to the [Workspace Operations](/langsmith/workspace-operations) page. For more details on assigning and creating roles, refer to the [User Management](/langsmith/user-management) guide.
175+
For comprehensive documentation on roles and permissions, refer to the [Role-based access control](/langsmith/rbac) guide. For a detailed operations reference table, refer to the [Workspace Operations](/langsmith/organization-workspace-operations) page. For more details on assigning and creating roles, refer to the [User Management](/langsmith/user-management) guide.
174176

175177
## Best Practices
176178

0 commit comments

Comments
 (0)