Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique identifier for the object. |
| name | string | The name of this user, it is migrated from Slack or Google Workspace when the SSO connection is made but can be changed if necessary. |
| avatarUrl | string | The URL for the image associated with this user, it will be displayed in the application UI and email notifications. |
| color | string | A color representing the user, used in the UI for avatars without an image. |
| string | The email associated with this user, it is migrated from Slack or Google Workspace when the SSO connection is made but can be changed if necessary. | |
| role | object | |
| isSuspended | boolean | Whether this user has been suspended. |
| lastActiveAt | string | The last time this user made an API request, this value is updated at most every 5 minutes. |
| timezone | string | The timezone this user has registered. |
| createdAt | string | The date and time that this user first signed in or was invited as a guest. |
| updatedAt | string | The date and time that this user was last updated. |
| deletedAt | string | The date and time that this user was deleted, if applicable. |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "User",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Unique identifier for the object.",
"readOnly": true,
"format": "uuid"
},
"name": {
"type": "string",
"description": "The name of this user, it is migrated from Slack or Google Workspace when the SSO connection is made but can be changed if necessary.",
"example": "Jane Doe"
},
"avatarUrl": {
"type": "string",
"format": "uri",
"description": "The URL for the image associated with this user, it will be displayed in the application UI and email notifications."
},
"color": {
"type": "string",
"description": "A color representing the user, used in the UI for avatars without an image.",
"readOnly": true
},
"email": {
"type": "string",
"description": "The email associated with this user, it is migrated from Slack or Google Workspace when the SSO connection is made but can be changed if necessary.",
"format": "email",
"readOnly": true
},
"role": {
"$ref": "#/components/schemas/UserRole"
},
"isSuspended": {
"type": "boolean",
"description": "Whether this user has been suspended.",
"readOnly": true
},
"lastActiveAt": {
"type": "string",
"nullable": true,
"description": "The last time this user made an API request, this value is updated at most every 5 minutes.",
"readOnly": true,
"format": "date-time"
},
"timezone": {
"type": "string",
"nullable": true,
"description": "The timezone this user has registered."
},
"createdAt": {
"type": "string",
"description": "The date and time that this user first signed in or was invited as a guest.",
"readOnly": true,
"format": "date-time"
},
"updatedAt": {
"type": "string",
"description": "The date and time that this user was last updated.",
"readOnly": true,
"format": "date-time"
},
"deletedAt": {
"type": "string",
"nullable": true,
"description": "The date and time that this user was deleted, if applicable.",
"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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/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.