Outline · Schema

Group

Knowledge BaseWikiDocumentsCollaborationOpen-SourceTeam

Properties

Name Type Description
id string Unique identifier for the object.
name string The name of this group.
description string A short description of this group.
externalId string An identifier for this group in an external system, if linked.
disableMentions boolean Whether mentioning this group is disabled.
externalGroup object Details of the linked external group, if any.
memberCount number The number of users that are members of the group
createdAt string The date and time that this object was created
updatedAt string The date and time that this object was last changed
View JSON Schema on GitHub

JSON Schema

group.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Group",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier for the object.",
      "readOnly": true,
      "format": "uuid"
    },
    "name": {
      "type": "string",
      "description": "The name of this group.",
      "example": "Engineering"
    },
    "description": {
      "type": "string",
      "nullable": true,
      "description": "A short description of this group."
    },
    "externalId": {
      "type": "string",
      "nullable": true,
      "description": "An identifier for this group in an external system, if linked."
    },
    "disableMentions": {
      "type": "boolean",
      "description": "Whether mentioning this group is disabled."
    },
    "externalGroup": {
      "type": "object",
      "nullable": true,
      "description": "Details of the linked external group, if any."
    },
    "memberCount": {
      "type": "number",
      "description": "The number of users that are members of the group",
      "example": 11,
      "readOnly": true
    },
    "createdAt": {
      "type": "string",
      "description": "The date and time that this object was created",
      "readOnly": true,
      "format": "date-time"
    },
    "updatedAt": {
      "type": "string",
      "description": "The date and time that this object was last changed",
      "readOnly": true,
      "format": "date-time"
    }
  }
}

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.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/group"
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 email required.

A second provider on the same verified email joins the account you already have.