Skip to main content

List

GET 

/listMerchantUsers/:merchantGuid

Returns the merchant users of the given merchant.

Request

Query Parameters

    merchantGuid stringrequired

    Identifier of the merchant.

Responses

The merchants of the given tenant.

Schema
    success booleanrequired

    Whether the request was successful or not.

    merchantUser object[]

    List of merchant users of a merchant.

  • Array [

  • username string

    Possible values: >= 3 characters

    type MerchantUserTyperequired

    Possible values: [web, api]

    email email

    Mandatory for web users.

    password string

    Mandatory for

    • api users
    • web users if sendInitialPassword is false
    firstName string
    lastName string
    validUntil date-time
    disabled boolean

    Default value: false

    multiMerchantAccess string[]

    List of merchant GUIDs the user can access, overwrites existing list.

    merchantAccess MerchantLink[]

    List of merchants the user can access.

  • Array [

  • name string

    Possible values: >= 3 characters

  • ]

  • permissions MerchantUserPermission[]

    Possible values: [frontend.dashboard.payout-forecast, frontend.dashboard.financial-summary, frontend.blacklist.show, frontend.blacklist.edit, frontend.blacklist.show-admin-values, frontend.whitelist.show, frontend.whitelist.edit, frontend.whitelist.show-admin-values, frontend.payment-template.edit, frontend.show-connectors.real-connectors, frontend.show-connectors.meta-connectors, frontend.transaction.detailed-fees, frontend.transaction.adapter-txid-visible, frontend.transaction.risk-check-result, frontend.transaction.data-export, frontend.transaction.refund, frontend.transaction.void, frontend.transaction.capture, frontend.transaction.settlement-state, frontend.virtual-terminal.use, frontend.virtual-terminal.register, frontend.virtual-terminal.surcharge, frontend.postprocessing.documents, frontend.schedule.start, frontend.schedule.show, frontend.schedule.pause, frontend.schedule.continue, frontend.schedule.cancel, frontend.schedule.retry, frontend.customer-profiles.show, frontend.customer-profiles.prefer, frontend.customer-profiles.update, frontend.customer-profiles.delete, frontend.customer-profiles.detach, frontend.customer-profiles.deregister-and-detach, frontend.customer-profiles.transactions, frontend.representment.show]

    For web users only: permissions of the user.

    sendInitialPassword boolean

    For web users only: send an initial password via email.

    apiUserSettings object
    push-api booleannullable
    fees-api booleannullable
    cde-login-enabled booleannullable
    snapshot-retrieval-enabled booleannullable
  • ]

  • property name* any
Loading...