Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique identifier of the user. |
| username | string | Email address and login identifier. |
| fullName | string | Full name of the user. |
| role | object | Role of the user. |
| blocked | boolean | Whether the user is blocked. |
| verified | boolean | Whether the user has verified their account. |
| timeZone | string | Timezone of the user. |
| locale | string | Locale of the user. |
| createdAt | string | Date and time when the user was created. |
| mutedUntil | string | Date and time until which the user is muted. |
| tags | array | Tags associated with the user. |
| details | object | Custom details for the user. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/User",
"title": "User",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Unique identifier of the user."
},
"username": {
"type": "string",
"format": "email",
"description": "Email address and login identifier."
},
"fullName": {
"type": "string",
"description": "Full name of the user."
},
"role": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Role ID."
},
"name": {
"type": "string",
"description": "Role name."
}
},
"description": "Role of the user."
},
"blocked": {
"type": "boolean",
"description": "Whether the user is blocked."
},
"verified": {
"type": "boolean",
"description": "Whether the user has verified their account."
},
"timeZone": {
"type": "string",
"description": "Timezone of the user."
},
"locale": {
"type": "string",
"description": "Locale of the user."
},
"createdAt": {
"type": "string",
"format": "date-time",
"description": "Date and time when the user was created."
},
"mutedUntil": {
"type": "string",
"format": "date-time",
"description": "Date and time until which the user is muted."
},
"tags": {
"type": "array",
"items": {
"type": "string"
},
"description": "Tags associated with the user."
},
"details": {
"type": "object",
"additionalProperties": {
"type": "array",
"items": {
"type": "string"
}
},
"description": "Custom details for the user."
}
}
}
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/opsgenie-user"
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.