UpdateCompanyUserRequest is a JSON Structure definition published by Adyen, describing 7 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/management-update-company-user-request-structure.json",
"description": "UpdateCompanyUserRequest 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"
},
"active": {
"description": "Indicates whether this user is active.",
"type": "boolean"
},
"associatedMerchantAccounts": {
"description": "The list of [merchant accounts](https://docs.adyen.com/account/account-structure#merchant-accounts) to associate the user with.",
"items": {
"type": "string"
},
"type": "array"
},
"email": {
"description": "The email address of the user.",
"type": "string"
},
"name": {
"description": "The user's full name.",
"maxLength": 80,
"minLength": 1,
"$ref": "#/components/schemas/Name2"
},
"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"
}
},
"name": "UpdateCompanyUserRequest"
}
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.