ExternalGroup

Information about an external group's usage and its members

APIs.ioEngineeringPlatform

Properties

Name Type Description
group_id integer The internal ID of the group
group_name string The display name for the group
updated_at string The date when the group was last updated_at
teams array An array of teams linked to this group
members array An array of external members linked to this group
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-external-group-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/external-group",
  "title": "ExternalGroup",
  "description": "Information about an external group's usage and its members",
  "type": "object",
  "required": [
    "group_id",
    "group_name",
    "teams",
    "members"
  ],
  "properties": {
    "group_id": {
      "description": "The internal ID of the group",
      "example": 1,
      "type": "integer"
    },
    "group_name": {
      "description": "The display name for the group",
      "example": "group-azuread-test",
      "type": "string"
    },
    "updated_at": {
      "description": "The date when the group was last updated_at",
      "example": "2021-01-03 22:27:15:000 -700",
      "type": "string"
    },
    "teams": {
      "description": "An array of teams linked to this group",
      "example": [
        {
          "team_id": 1,
          "team_name": "team-test"
        },
        {
          "team_id": 2,
          "team_name": "team-test2"
        }
      ],
      "type": "array",
      "items": {
        "type": "object",
        "required": [
          "team_id",
          "team_name"
        ],
        "properties": {
          "team_id": {
            "description": "The id for a team",
            "example": 1,
            "type": "integer"
          },
          "team_name": {
            "description": "The name of the team",
            "example": "team-test",
            "type": "string"
          }
        }
      }
    },
    "members": {
      "description": "An array of external members linked to this group",
      "example": [
        {
          "member_id": 1,
          "member_login": "mona-lisa_eocsaxrs",
          "member_name": "Mona Lisa",
          "member_email": "mona_lisa@github.com"
        },
        {
          "member_id": 2,
          "member_login": "octo-lisa_eocsaxrs",
          "member_name": "Octo Lisa",
          "member_email": "octo_lisa@github.com"
        }
      ],
      "type": "array",
      "items": {
        "type": "object",
        "required": [
          "member_id",
          "member_login",
          "member_name",
          "member_email"
        ],
        "properties": {
          "member_id": {
            "description": "The internal user ID of the identity",
            "example": 1,
            "type": "integer"
          },
          "member_login": {
            "description": "The handle/login for the user",
            "example": "mona-lisa_eocsaxrs",
            "type": "string"
          },
          "member_name": {
            "description": "The user display name/profile name",
            "example": "Mona Lisa",
            "type": "string"
          },
          "member_email": {
            "description": "An email attached to a user",
            "example": "mona_lisa@github.com",
            "type": "string"
          }
        }
      }
    }
  }
}

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/apis-io-engineering-platform-external-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 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.