v50

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

Create a new user

Creates the user for the companyId identified in the path.

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

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

Path parameters

companyIdstring required

The unique identifier of the company account.

Request body

accountGroupsstring[]

The list of account groups associated with this user.

associatedMerchantAccountsstring[]

The list of merchant accounts associated with this user.

emailstring required

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.

usernamestring required

The user's email address that will be their username. Must be the same as the one in the email field.

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.