v50

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-131362831.1 MB
Users - merchant level

Update a user

Updates user details for the userId and the merchantId specified in the path.

To make this request, your API credential must have the following role:

  • Management API—Users read and write
patch/merchants/{merchantId}/users/{userId}

Path parameters

merchantIdstring required

Unique identifier of the merchant.

userIdstring required

Unique identifier of the user.

Request body

accountGroupsstring[]

The list of account groups associated with this user.

activeboolean

Sets the status of the user to active (true) or inactive (false).

emailstring

The email address of the user.

loginMethodstring

The requested login method for the user. To use SSO, you must already have SSO configured with Adyen before creating the user.

Possible values: Email or SSO

rolesstring[]

The list of roles for this user.

timeZoneCodestring

The tz database name of the time zone of the user. For example, Europe/Amsterdam.

Response

OK - the request has succeeded.

accountGroupsstring[]

The list of account groups associated with this user.

activeboolean

Indicates whether this user is active.

appsstring[]

Set of apps available to this user

emailstring required

The email address of the user.

idstring required

The unique identifier of the user.

rolesstring[] required

The list of roles for this user.

timeZoneCodestring required

The tz database name of the time zone of the user. For example, Europe/Amsterdam.

usernamestring required

The username for this user.