Outline · Schema

AccessRequest

Knowledge BaseWikiDocumentsCollaborationOpen-SourceTeam

Properties

Name Type Description
id string Unique identifier for the object.
documentId string Identifier for the document this request is for.
userId string Identifier for the user that made the request.
user object
teamId string Identifier for the workspace the request belongs to.
status string The current status of the access request.
responderId string Identifier for the user that responded to the request, if any.
responder object
respondedAt string The date and time the request was responded to, if any.
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

accessrequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "AccessRequest",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier for the object.",
      "readOnly": true,
      "format": "uuid"
    },
    "documentId": {
      "type": "string",
      "description": "Identifier for the document this request is for.",
      "format": "uuid"
    },
    "userId": {
      "type": "string",
      "description": "Identifier for the user that made the request.",
      "format": "uuid"
    },
    "user": {
      "$ref": "#/components/schemas/User"
    },
    "teamId": {
      "type": "string",
      "description": "Identifier for the workspace the request belongs to.",
      "format": "uuid"
    },
    "status": {
      "type": "string",
      "description": "The current status of the access request.",
      "enum": [
        "pending",
        "approved",
        "dismissed"
      ]
    },
    "responderId": {
      "type": "string",
      "description": "Identifier for the user that responded to the request, if any.",
      "format": "uuid",
      "nullable": true
    },
    "responder": {
      "$ref": "#/components/schemas/User"
    },
    "respondedAt": {
      "type": "string",
      "description": "The date and time the request was responded to, if any.",
      "format": "date-time",
      "nullable": 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/accessrequest"
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.