Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique identifier for the object. |
| name | string | The name of this workspace, it is usually auto-generated when the first SSO connection is made but can be changed if necessary. |
| description | string | A short description of this workspace. |
| avatarUrl | string | The URL for the image associated with this workspace, it will be displayed in the workspace switcher and in the top left of the knowledge base along with the name. |
| sharing | boolean | Whether this workspace has share links globally enabled. If this value is false then all sharing UI and APIs are disabled. |
| defaultCollectionId | string | If set then the referenced collection is where users will be redirected to after signing in instead of the Home screen |
| defaultUserRole | object | |
| memberCollectionCreate | boolean | Whether members are allowed to create new collections. If false then only admins can create collections. |
| memberTeamCreate | boolean | Whether members are allowed to create new groups. If false then only admins can create groups. |
| documentEmbeds | boolean | Whether this workspace has embeds in documents globally enabled. It can be disabled to reduce potential data leakage to third parties. |
| inviteRequired | boolean | Whether an invite is required to join this workspace, if false users may join with a linked SSO provider. |
| allowedDomains | array | |
| guestSignin | boolean | Whether this workspace has guest signin enabled. Guests can signin with an email address and are not required to have a Google Workspace/Slack SSO account once invited. |
| subdomain | string | Represents the subdomain at which this workspace's knowledge base can be accessed. |
| domain | string | The custom domain configured for this workspace, if any. |
| url | string | The fully qualified URL at which this workspace's knowledge base can be accessed. |
| passkeysEnabled | boolean | Whether passkey authentication is enabled for this workspace. |
| preferences | object | Workspace-level preference flags. |
| guidanceMCP | string | Guidance text provided to MCP integrations. |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Team",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Unique identifier for the object.",
"readOnly": true,
"format": "uuid"
},
"name": {
"type": "string",
"description": "The name of this workspace, it is usually auto-generated when the first SSO connection is made but can be changed if necessary."
},
"description": {
"type": "string",
"nullable": true,
"description": "A short description of this workspace."
},
"avatarUrl": {
"type": "string",
"format": "uri",
"description": "The URL for the image associated with this workspace, it will be displayed in the workspace switcher and in the top left of the knowledge base along with the name."
},
"sharing": {
"type": "boolean",
"description": "Whether this workspace has share links globally enabled. If this value is false then all sharing UI and APIs are disabled."
},
"defaultCollectionId": {
"type": "string",
"description": "If set then the referenced collection is where users will be redirected to after signing in instead of the Home screen",
"format": "uuid"
},
"defaultUserRole": {
"$ref": "#/components/schemas/UserRole"
},
"memberCollectionCreate": {
"type": "boolean",
"description": "Whether members are allowed to create new collections. If false then only admins can create collections."
},
"memberTeamCreate": {
"type": "boolean",
"description": "Whether members are allowed to create new groups. If false then only admins can create groups."
},
"documentEmbeds": {
"type": "boolean",
"description": "Whether this workspace has embeds in documents globally enabled. It can be disabled to reduce potential data leakage to third parties."
},
"inviteRequired": {
"type": "boolean",
"description": "Whether an invite is required to join this workspace, if false users may join with a linked SSO provider."
},
"allowedDomains": {
"type": "array",
"items": {
"type": "string",
"description": "A hostname that user emails are restricted to"
}
},
"guestSignin": {
"type": "boolean",
"description": "Whether this workspace has guest signin enabled. Guests can signin with an email address and are not required to have a Google Workspace/Slack SSO account once invited."
},
"subdomain": {
"type": "string",
"description": "Represents the subdomain at which this workspace's knowledge base can be accessed."
},
"domain": {
"type": "string",
"nullable": true,
"description": "The custom domain configured for this workspace, if any."
},
"url": {
"type": "string",
"description": "The fully qualified URL at which this workspace's knowledge base can be accessed.",
"readOnly": true,
"format": "uri"
},
"passkeysEnabled": {
"type": "boolean",
"description": "Whether passkey authentication is enabled for this workspace."
},
"preferences": {
"type": "object",
"nullable": true,
"description": "Workspace-level preference flags."
},
"guidanceMCP": {
"type": "string",
"nullable": true,
"description": "Guidance text provided to MCP integrations."
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/team"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.