Skip to main content

List Available Permissions

GET 

/v1/acquirer/merchants/:merchant_id/users/permissions

List every permission that can be assigned to a merchant user, grouped by resource. Combine a group and an action with an underscore to form the permission string sent in permissions (e.g. orders + readorders_read).

Request

Path Parameters

    merchant_id stringrequired

    Acquirer-assigned merchant identifier (the merchant_id field of the merchant, not its internal UUID).

Responses

Permission groups and their allowed actions.

Schema

    property name*

    string[]

  • Array [

  • string

  • ]

Loading...