v50

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

Update user details

Updates user details for the userId and the companyId identified in the path.

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

  • Management API—Users read and write
patch/companies/{companyId}/users/{userId}

Path parameters

companyIdstring required

The unique identifier of the company account.

userIdstring required

The unique identifier of the user.

Request body

accountGroupsstring[]

The list of account groups associated with this user.

activeboolean

Indicates whether this user is active.

associatedMerchantAccountsstring[]

The list of merchant accounts to associate the user with.

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

associatedMerchantAccountsstring[]

The list of merchant accounts associated with 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.