v50

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

Get user details

Returns 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
get/companies/{companyId}/users/{userId}

Path parameters

companyIdstring required

The unique identifier of the company account.

userIdstring required

The 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

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.