v50

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

Get user details

Returns 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
get/merchants/{merchantId}/users/{userId}

Path parameters

merchantIdstring required

Unique identifier of the merchant.

userIdstring required

Unique identifier of the user.

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.