Adyen · JSON Structure

Management Create Merchant User Request Structure

CreateMerchantUserRequest schema from Adyen API

Type: object Properties: 6 Required: 3
PaymentsFinancial-ServicesFintech

CreateMerchantUserRequest is a JSON Structure definition published by Adyen, describing 6 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

accountGroups email name roles timeZoneCode username

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/management-create-merchant-user-request-structure.json",
  "description": "CreateMerchantUserRequest schema from Adyen API",
  "type": "object",
  "properties": {
    "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"
    },
    "email": {
      "description": "The email address of the user.",
      "type": "string"
    },
    "name": {
      "description": "The user's full name.\n\nAllowed length: 1\u201480 characters.",
      "maxLength": 80,
      "minLength": 1,
      "$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 user's email address that will be their username. Must be the same as the one in the `email` field.",
      "maxLength": 255,
      "minLength": 1,
      "type": "string"
    }
  },
  "required": [
    "name",
    "email",
    "username"
  ],
  "name": "CreateMerchantUserRequest"
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/management-create-merchant-user-request-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.