Adyen · Example Payload

Management User Example

PaymentsFinancial ServicesFintech

Management User Example is an example object payload from Adyen, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

_linksaccountGroupsactiveappsemailidnamerolestimeZoneCodeusername

Example Payload

Raw ↑
{
  "_links": "example_value",
  "accountGroups": [
    "example_value"
  ],
  "active": true,
  "apps": [
    "example_value"
  ],
  "email": "user@example.com",
  "id": "REF-500123",
  "name": "Example Name",
  "roles": [
    "example_value"
  ],
  "timeZoneCode": "CODE123",
  "username": "Example Name"
}