Workspace
The Workspace object represents a Notion workspace.
Properties
| Prop | Type | Description |
|---|---|---|
id* | string | Unique identifier of the workspace. |
name* | string | Workspace's name. |
memberCount* | number | The number of members in the workspace. |
plan* | Plan | Plan of the workspace. |
icon | IconData | Workspace icon. |
role* | Role | Role of the user in this workspace. |
Example
{
id: "e79a0b74-3aba-4149-9f74-0bb5791a6ee6",
name: "My Workspace",
icon: { type: "lucide", src: "badge-check" },
memberCount: 5,
plan: "free",
role: "owner"
}Plan
See all pricing plans in Notion
There are 5 possible plans in Notion
freeeducationplusbusinessenterprise
Role
There are 3 possible roles in Notion
ownermemberguest