Adyen · Schema

User

PaymentsFinancial-ServicesFintech

Properties

Name Type Description
_links object References to resources connected with this user.
accountGroups array The list of [account groups](https://docs.adyen.com/account/account-structure#account-groups) associated with this user.
active boolean Indicates whether this user is active.
apps array Set of apps available to this user
email string The email address of the user.
id string The unique identifier of the user.
name object The user's full name.
roles array The list of [roles](https://docs.adyen.com/account/user-roles) for this user.
timeZoneCode string The [tz database name](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) of the time zone of the user. For example, **Europe/Amsterdam**.
username string The username for this user.
View JSON Schema on GitHub

JSON Schema

adyen-user-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/User",
  "title": "User",
  "properties": {
    "_links": {
      "description": "References to resources connected with this user.",
      "$ref": "#/components/schemas/Links"
    },
    "accountGroups": {
      "description": "The list of [account groups](https://docs.adyen.com/account/account-structure#account-groups) associated with this user.",
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "active": {
      "description": "Indicates whether this user is active.",
      "type": "boolean"
    },
    "apps": {
      "description": "Set of apps available to this user",
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "email": {
      "description": "The email address of the user.",
      "type": "string"
    },
    "id": {
      "description": "The unique identifier of the user.",
      "type": "string"
    },
    "name": {
      "description": "The user's full name.",
      "$ref": "#/components/schemas/Name"
    },
    "roles": {
      "description": "The list of [roles](https://docs.adyen.com/account/user-roles) for this user.",
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "timeZoneCode": {
      "description": "The [tz database name](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) of the time zone of the user. For example, **Europe/Amsterdam**.",
      "type": "string"
    },
    "username": {
      "description": "The username for this user.",
      "maxLength": 255,
      "minLength": 1,
      "type": "string"
    }
  },
  "required": [
    "id",
    "email",
    "timeZoneCode",
    "username",
    "roles"
  ],
  "type": "object"
}

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/adyen-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 email required.

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