The Permission Group object

A Permission Group sets a specific level of permissions. Each SSO is assigned to a permission group that defines which API elements the user is allowed to view, edit and create. There are 3 default permission groups:

1. The "Admin" permission group ( "Id": "ADMIN" ) that allows to:

  • View and edit client settings
  • View data such as users details
  • Edit data such as create a payin

2. The "Read & Write" permission group ( "Id": "WRITE" ) that allows to:

  • View data such as users details
  • Edit data such as create a payin

3. The "Read Only" permission group ( "Id": "READ" ) that allows to:

  • View data such as users details

Parameters

Name
string

string:

Maximum length is 255 characters

The name of the permission group

Type
GroupType

GroupType:

DEFAULT, CUSTOM

The type of permission group

Scopes
Scopes

Scopes:

View Sub-parameters

The Scopes of the permissions

Scopes.ClientDetails
Permissions

Permissions:

View Sub-parameters

API endpoints linked to client details

Scopes.ClientDetails.Read
bool

bool:

true, false

allows GET requests on the related endpoints

Scopes.ClientDetails.Edit
bool

bool:

true, false

allows PUT requests on the related endpoints

Scopes.ClientDetails.Create
bool

bool:

true, false

allows POST requests on the related endpoints

Scopes.ClientLogo
Permissions

Permissions:

View Sub-parameters

API endpoints linked to client logo

Scopes.ClientLogo.Read
bool

bool:

true, false

allows GET requests on the related endpoints

Scopes.ClientLogo.Edit
bool

bool:

true, false

allows PUT requests on the related endpoints

Scopes.ClientLogo.Create
bool

bool:

true, false

allows POST requests on the related endpoints

Scopes.ClientWallets
Permissions

Permissions:

View Sub-parameters

API endpoints linked to client wallets

Scopes.ClientWallets.Read
bool

bool:

true, false

allows GET requests on the related endpoints

Scopes.ClientWallets.Edit
bool

bool:

true, false

allows PUT requests on the related endpoints

Scopes.ClientWallets.Create
bool

bool:

true, false

allows POST requests on the related endpoints

Scopes.ClientBankAccounts
Permissions

Permissions:

View Sub-parameters

API endpoints linked to client bank accounts

Scopes.ClientBankAccounts.Read
bool

bool:

true, false

allows GET requests on the related endpoints

Scopes.ClientBankAccounts.Edit
bool

bool:

true, false

allows PUT requests on the related endpoints

Scopes.ClientBankAccounts.Create
bool

bool:

true, false

allows POST requests on the related endpoints

Scopes.ClientPayins
Permissions

Permissions:

View Sub-parameters

API endpoints linked to client payins

Scopes.ClientPayins.Read
bool

bool:

true, false

allows GET requests on the related endpoints

Scopes.ClientPayins.Edit
bool

bool:

true, false

allows PUT requests on the related endpoints

Scopes.ClientPayins.Create
bool

bool:

true, false

allows POST requests on the related endpoints

Scopes.ClientPayouts
Permissions

Permissions:

View Sub-parameters

API endpoints linked to client payouts

Scopes.ClientPayouts.Read
bool

bool:

true, false

allows GET requests on the related endpoints

Scopes.ClientPayouts.Edit
bool

bool:

true, false

allows PUT requests on the related endpoints

Scopes.ClientPayouts.Create
bool

bool:

true, false

allows POST requests on the related endpoints

Scopes.ClientTransactions
Permissions

Permissions:

View Sub-parameters

API endpoints linked to client transactions

Scopes.ClientTransactions.Read
bool

bool:

true, false

allows GET requests on the related endpoints

Scopes.ClientTransactions.Edit
bool

bool:

true, false

allows PUT requests on the related endpoints

Scopes.ClientTransactions.Create
bool

bool:

true, false

allows POST requests on the related endpoints

Scopes.SSOs
Permissions

Permissions:

View Sub-parameters

API endpoints linked to SSOs

Scopes.SSOs.Read
bool

bool:

true, false

allows GET requests on the related endpoints

Scopes.SSOs.Edit
bool

bool:

true, false

allows PUT requests on the related endpoints

Scopes.SSOs.Create
bool

bool:

true, false

allows POST requests on the related endpoints

Scopes.PermissionGroups
Permissions

Permissions:

View Sub-parameters

API endpoints linked to permission groups

Scopes.PermissionGroups.Read
bool

bool:

true, false

allows GET requests on the related endpoints

Scopes.PermissionGroups.Edit
bool

bool:

true, false

allows PUT requests on the related endpoints

Scopes.PermissionGroups.Create
bool

bool:

true, false

allows POST requests on the related endpoints

Scopes.Users
Permissions

Permissions:

View Sub-parameters

API endpoints linked to users

Scopes.Users.Read
bool

bool:

true, false

allows GET requests on the related endpoints

Scopes.Users.Edit
bool

bool:

true, false

allows PUT requests on the related endpoints

Scopes.Users.Create
bool

bool:

true, false

allows POST requests on the related endpoints

Scopes.Wallets
Permissions

Permissions:

View Sub-parameters

API endpoints linked to wallets

Scopes.Wallets.Read
bool

bool:

true, false

allows GET requests on the related endpoints

Scopes.Wallets.Edit
bool

bool:

true, false

allows PUT requests on the related endpoints

Scopes.Wallets.Create
bool

bool:

true, false

allows POST requests on the related endpoints

Scopes.BankingAliases
Permissions

Permissions:

View Sub-parameters

API endpoints linked to banking aliases

Scopes.BankingAliases.Read
bool

bool:

true, false

allows GET requests on the related endpoints

Scopes.BankingAliases.Edit
bool

bool:

true, false

allows PUT requests on the related endpoints

Scopes.BankingAliases.Create
bool

bool:

true, false

allows POST requests on the related endpoints

Scopes.Cards
Permissions

Permissions:

View Sub-parameters

API endpoints linked to cards

Scopes.Cards.Read
bool

bool:

true, false

allows GET requests on the related endpoints

Scopes.Cards.Edit
bool

bool:

true, false

allows PUT requests on the related endpoints

Scopes.Cards.Create
bool

bool:

true, false

allows POST requests on the related endpoints

Scopes.BankAccounts
Permissions

Permissions:

View Sub-parameters

API endpoints linked to bank accounts

Scopes.BankAccounts.Read
bool

bool:

true, false

allows GET requests on the related endpoints

Scopes.BankAccounts.Edit
bool

bool:

true, false

allows PUT requests on the related endpoints

Scopes.BankAccounts.Create
bool

bool:

true, false

allows POST requests on the related endpoints

Scopes.PreAuthorizations
Permissions

Permissions:

View Sub-parameters

API endpoints linked to preauthorizations

Scopes.PreAuthorizations.Read
bool

bool:

true, false

allows GET requests on the related endpoints

Scopes.PreAuthorizations.Edit
bool

bool:

true, false

allows PUT requests on the related endpoints

Scopes.PreAuthorizations.Create
bool

bool:

true, false

allows POST requests on the related endpoints

Scopes.Payins
Permissions

Permissions:

View Sub-parameters

API endpoints linked to payins

Scopes.Payins.Read
bool

bool:

true, false

allows GET requests on the related endpoints

Scopes.Payins.Edit
bool

bool:

true, false

allows PUT requests on the related endpoints

Scopes.Payins.Create
bool

bool:

true, false

allows POST requests on the related endpoints

Scopes.Transfers
Permissions

Permissions:

View Sub-parameters

API endpoints linked to transfers

Scopes.Transfers.Read
bool

bool:

true, false

allows GET requests on the related endpoints

Scopes.Transfers.Edit
bool

bool:

true, false

allows PUT requests on the related endpoints

Scopes.Transfers.Create
bool

bool:

true, false

allows POST requests on the related endpoints

Scopes.Payouts
Permissions

Permissions:

View Sub-parameters

API endpoints linked to payouts

Scopes.Payouts.Read
bool

bool:

true, false

allows GET requests on the related endpoints

Scopes.Payouts.Edit
bool

bool:

true, false

allows PUT requests on the related endpoints

Scopes.Payouts.Create
bool

bool:

true, false

allows POST requests on the related endpoints

Scopes.Refunds
Permissions

Permissions:

View Sub-parameters

API endpoints linked to refunds

Scopes.Refunds.Read
bool

bool:

true, false

allows GET requests on the related endpoints

Scopes.Refunds.Edit
bool

bool:

true, false

allows PUT requests on the related endpoints

Scopes.Refunds.Create
bool

bool:

true, false

allows POST requests on the related endpoints

Scopes.Transactions
Permissions

Permissions:

View Sub-parameters

API endpoints linked to transactions

Scopes.Transactions.Read
bool

bool:

true, false

allows GET requests on the related endpoints

Scopes.Transactions.Edit
bool

bool:

true, false

allows PUT requests on the related endpoints

Scopes.Transactions.Create
bool

bool:

true, false

allows POST requests on the related endpoints

Scopes.KYCDocuments
Permissions

Permissions:

View Sub-parameters

API endpoints linked to KYC documents

Scopes.KYCDocuments.Read
bool

bool:

true, false

allows GET requests on the related endpoints

Scopes.KYCDocuments.Edit
bool

bool:

true, false

allows PUT requests on the related endpoints

Scopes.KYCDocuments.Create
bool

bool:

true, false

allows POST requests on the related endpoints

Scopes.Disputes
Permissions

Permissions:

View Sub-parameters

API endpoints linked to disputes

Scopes.Disputes.Read
bool

bool:

true, false

allows GET requests on the related endpoints

Scopes.Disputes.Edit
bool

bool:

true, false

allows PUT requests on the related endpoints

Scopes.Disputes.Create
bool

bool:

true, false

allows POST requests on the related endpoints

Scopes.Repudiations
Permissions

Permissions:

View Sub-parameters

API endpoints linked to repudiations

Scopes.Repudiations.Read
bool

bool:

true, false

allows GET requests on the related endpoints

Scopes.Repudiations.Edit
bool

bool:

true, false

allows PUT requests on the related endpoints

Scopes.Repudiations.Create
bool

bool:

true, false

allows POST requests on the related endpoints

Scopes.Mandates
Permissions

Permissions:

View Sub-parameters

API endpoints linked to mandates

Scopes.Mandates.Read
bool

bool:

true, false

allows GET requests on the related endpoints

Scopes.Mandates.Edit
bool

bool:

true, false

allows PUT requests on the related endpoints

Scopes.Mandates.Create
bool

bool:

true, false

allows POST requests on the related endpoints

Scopes.Reporting
Permissions

Permissions:

View Sub-parameters

API endpoints linked to reporting

Scopes.Reporting.Read
bool

bool:

true, false

allows GET requests on the related endpoints

Scopes.Reporting.Edit
bool

bool:

true, false

allows PUT requests on the related endpoints

Scopes.Reporting.Create
bool

bool:

true, false

allows POST requests on the related endpoints

Scopes.Responses
Permissions

Permissions:

View Sub-parameters

API endpoints linked to responses

Scopes.Responses.Read
bool

bool:

true, false

allows GET requests on the related endpoints

Scopes.Responses.Edit
bool

bool:

true, false

allows PUT requests on the related endpoints

Scopes.Responses.Create
bool

bool:

true, false

allows POST requests on the related endpoints

Scopes.Events
Permissions

Permissions:

View Sub-parameters

API endpoints linked to events

Scopes.Events.Read
bool

bool:

true, false

allows GET requests on the related endpoints

Scopes.Events.Edit
bool

bool:

true, false

allows PUT requests on the related endpoints

Scopes.Events.Create
bool

bool:

true, false

allows POST requests on the related endpoints

Scopes.Hooks
Permissions

Permissions:

View Sub-parameters

API endpoints linked to hooks

Scopes.Hooks.Read
bool

bool:

true, false

allows GET requests on the related endpoints

Scopes.Hooks.Edit
bool

bool:

true, false

allows PUT requests on the related endpoints

Scopes.Hooks.Create
bool

bool:

true, false

allows POST requests on the related endpoints

Scopes.UboDeclarations
Permissions

Permissions:

View Sub-parameters

API endpoints linked to UBO declaration

Scopes.UboDeclarations.Read
bool

bool:

true, false

allows GET requests on the related endpoints

Scopes.UboDeclarations.Edit
bool

bool:

true, false

allows PUT requests on the related endpoints

Scopes.UboDeclarations.Create
bool

bool:

true, false

allows POST requests on the related endpoints

{
"Name": "Users only",
"Type": "CUSTOM",
"Scopes": {
"ClientDetails": {
"Read": false,
"Edit": false,
"Create": false
},
"ClientLogo": {
"Read": false,
"Edit": false,
"Create": false
},
"ClientWallets": {
"Read": false,
"Edit": false,
"Create": false
},
"ClientBankAccounts": {
"Read": false,
"Edit": false,
"Create": false
},
"ClientPayins": {
"Read": false,
"Edit": false,
"Create": false
},
"ClientPayouts": {
"Read": false,
"Edit": false,
"Create": false
},
"ClientTransactions": {
"Read": false,
"Edit": false,
"Create": false
},
"SSOs": {
"Read": false,
"Edit": false,
"Create": false
},
"PermissionGroups": {
"Read": false,
"Edit": false,
"Create": false
},
"Users": {
"Read": false,
"Edit": false,
"Create": false
},
"Wallets": {
"Read": false,
"Edit": false,
"Create": false
},
"BankingAliases": {
"Read": false,
"Edit": false,
"Create": false
},
"Cards": {
"Read": false,
"Edit": false,
"Create": false
},
"BankAccounts": {
"Read": false,
"Edit": false,
"Create": false
},
"PreAuthorizations": {
"Read": false,
"Edit": false,
"Create": false
},
"Payins": {
"Read": false,
"Edit": false,
"Create": false
},
"Transfers": {
"Read": false,
"Edit": false,
"Create": false
},
"Payouts": {
"Read": false,
"Edit": false,
"Create": false
},
"Refunds": {
"Read": false,
"Edit": false,
"Create": false
},
"Transactions": {
"Read": false,
"Edit": false,
"Create": false
},
"KYCDocuments": {
"Read": false,
"Edit": false,
"Create": false
},
"Disputes": {
"Read": false,
"Edit": false,
"Create": false
},
"Repudiations": {
"Read": false,
"Edit": false,
"Create": false
},
"Mandates": {
"Read": false,
"Edit": false,
"Create": false
},
"Reporting": {
"Read": false,
"Edit": false,
"Create": false
},
"Responses": {
"Read": false,
"Edit": false,
"Create": false
},
"Events": {
"Read": false,
"Edit": false,
"Create": false
},
"Hooks": {
"Read": false,
"Edit": false,
"Create": false
},
"UboDeclarations": {
"Read": false,
"Edit": false,
"Create": false
}
}
}

Create a Permission Group

Note that all Scopes are set to "false" by default.

POST .../v2.01/ClientId

The ID of your client account

/clients/permissiongroups/

Parameters

Name
string

string:

Maximum length is 255 characters

required

The name of the permission group

Scopes
Scopes

Scopes:

View Sub-parameters

optional

The Scopes of the permissions

Scopes.ClientDetails
Permissions

Permissions:

View Sub-parameters

optional

API endpoints linked to client details

Scopes.ClientDetails.Read
bool

bool:

true, false

optional

allows GET requests on the related endpoints

Scopes.ClientDetails.Edit
bool

bool:

true, false

optional

allows PUT requests on the related endpoints

Scopes.ClientDetails.Create
bool

bool:

true, false

optional

allows POST requests on the related endpoints

Scopes.ClientLogo
Permissions

Permissions:

View Sub-parameters

optional

API endpoints linked to client logo

Scopes.ClientLogo.Read
bool

bool:

true, false

optional

allows GET requests on the related endpoints

Scopes.ClientLogo.Edit
bool

bool:

true, false

optional

allows PUT requests on the related endpoints

Scopes.ClientLogo.Create
bool

bool:

true, false

optional

allows POST requests on the related endpoints

Scopes.ClientWallets
Permissions

Permissions:

View Sub-parameters

optional

API endpoints linked to client wallets

Scopes.ClientWallets.Read
bool

bool:

true, false

optional

allows GET requests on the related endpoints

Scopes.ClientWallets.Edit
bool

bool:

true, false

optional

allows PUT requests on the related endpoints

Scopes.ClientWallets.Create
bool

bool:

true, false

optional

allows POST requests on the related endpoints

Scopes.ClientBankAccounts
Permissions

Permissions:

View Sub-parameters

optional

API endpoints linked to client bank accounts

Scopes.ClientBankAccounts.Read
bool

bool:

true, false

optional

allows GET requests on the related endpoints

Scopes.ClientBankAccounts.Edit
bool

bool:

true, false

optional

allows PUT requests on the related endpoints

Scopes.ClientBankAccounts.Create
bool

bool:

true, false

optional

allows POST requests on the related endpoints

Scopes.ClientPayins
Permissions

Permissions:

View Sub-parameters

optional

API endpoints linked to client payins

Scopes.ClientPayins.Read
bool

bool:

true, false

optional

allows GET requests on the related endpoints

Scopes.ClientPayins.Edit
bool

bool:

true, false

optional

allows PUT requests on the related endpoints

Scopes.ClientPayins.Create
bool

bool:

true, false

optional

allows POST requests on the related endpoints

Scopes.ClientPayouts
Permissions

Permissions:

View Sub-parameters

optional

API endpoints linked to client payouts

Scopes.ClientPayouts.Read
bool

bool:

true, false

optional

allows GET requests on the related endpoints

Scopes.ClientPayouts.Edit
bool

bool:

true, false

optional

allows PUT requests on the related endpoints

Scopes.ClientPayouts.Create
bool

bool:

true, false

optional

allows POST requests on the related endpoints

Scopes.ClientTransactions
Permissions

Permissions:

View Sub-parameters

optional

API endpoints linked to client transactions

Scopes.ClientTransactions.Read
bool

bool:

true, false

optional

allows GET requests on the related endpoints

Scopes.ClientTransactions.Edit
bool

bool:

true, false

optional

allows PUT requests on the related endpoints

Scopes.ClientTransactions.Create
bool

bool:

true, false

optional

allows POST requests on the related endpoints

Scopes.SSOs
Permissions

Permissions:

View Sub-parameters

optional

API endpoints linked to SSOs

Scopes.SSOs.Read
bool

bool:

true, false

optional

allows GET requests on the related endpoints

Scopes.SSOs.Edit
bool

bool:

true, false

optional

allows PUT requests on the related endpoints

Scopes.SSOs.Create
bool

bool:

true, false

optional

allows POST requests on the related endpoints

Scopes.PermissionGroups
Permissions

Permissions:

View Sub-parameters

optional

API endpoints linked to permission groups

Scopes.PermissionGroups.Read
bool

bool:

true, false

optional

allows GET requests on the related endpoints

Scopes.PermissionGroups.Edit
bool

bool:

true, false

optional

allows PUT requests on the related endpoints

Scopes.PermissionGroups.Create
bool

bool:

true, false

optional

allows POST requests on the related endpoints

Scopes.Users
Permissions

Permissions:

View Sub-parameters

optional

API endpoints linked to users

Scopes.Users.Read
bool

bool:

true, false

optional

allows GET requests on the related endpoints

Scopes.Users.Edit
bool

bool:

true, false

optional

allows PUT requests on the related endpoints

Scopes.Users.Create
bool

bool:

true, false

optional

allows POST requests on the related endpoints

Scopes.Wallets
Permissions

Permissions:

View Sub-parameters

optional

API endpoints linked to wallets

Scopes.Wallets.Read
bool

bool:

true, false

optional

allows GET requests on the related endpoints

Scopes.Wallets.Edit
bool

bool:

true, false

optional

allows PUT requests on the related endpoints

Scopes.Wallets.Create
bool

bool:

true, false

optional

allows POST requests on the related endpoints

Scopes.BankingAliases
Permissions

Permissions:

View Sub-parameters

optional

API endpoints linked to banking aliases

Scopes.BankingAliases.Read
bool

bool:

true, false

optional

allows GET requests on the related endpoints

Scopes.BankingAliases.Edit
bool

bool:

true, false

optional

allows PUT requests on the related endpoints

Scopes.BankingAliases.Create
bool

bool:

true, false

optional

allows POST requests on the related endpoints

Scopes.Cards
Permissions

Permissions:

View Sub-parameters

optional

API endpoints linked to cards

Scopes.Cards.Read
bool

bool:

true, false

optional

allows GET requests on the related endpoints

Scopes.Cards.Edit
bool

bool:

true, false

optional

allows PUT requests on the related endpoints

Scopes.Cards.Create
bool

bool:

true, false

optional

allows POST requests on the related endpoints

Scopes.BankAccounts
Permissions

Permissions:

View Sub-parameters

optional

API endpoints linked to bank accounts

Scopes.BankAccounts.Read
bool

bool:

true, false

optional

allows GET requests on the related endpoints

Scopes.BankAccounts.Edit
bool

bool:

true, false

optional

allows PUT requests on the related endpoints

Scopes.BankAccounts.Create
bool

bool:

true, false

optional

allows POST requests on the related endpoints

Scopes.PreAuthorizations
Permissions

Permissions:

View Sub-parameters

optional

API endpoints linked to preauthorizations

Scopes.PreAuthorizations.Read
bool

bool:

true, false

optional

allows GET requests on the related endpoints

Scopes.PreAuthorizations.Edit
bool

bool:

true, false

optional

allows PUT requests on the related endpoints

Scopes.PreAuthorizations.Create
bool

bool:

true, false

optional

allows POST requests on the related endpoints

Scopes.Payins
Permissions

Permissions:

View Sub-parameters

optional

API endpoints linked to payins

Scopes.Payins.Read
bool

bool:

true, false

optional

allows GET requests on the related endpoints

Scopes.Payins.Edit
bool

bool:

true, false

optional

allows PUT requests on the related endpoints

Scopes.Payins.Create
bool

bool:

true, false

optional

allows POST requests on the related endpoints

Scopes.Transfers
Permissions

Permissions:

View Sub-parameters

optional

API endpoints linked to transfers

Scopes.Transfers.Read
bool

bool:

true, false

optional

allows GET requests on the related endpoints

Scopes.Transfers.Edit
bool

bool:

true, false

optional

allows PUT requests on the related endpoints

Scopes.Transfers.Create
bool

bool:

true, false

optional

allows POST requests on the related endpoints

Scopes.Payouts
Permissions

Permissions:

View Sub-parameters

optional

API endpoints linked to payouts

Scopes.Payouts.Read
bool

bool:

true, false

optional

allows GET requests on the related endpoints

Scopes.Payouts.Edit
bool

bool:

true, false

optional

allows PUT requests on the related endpoints

Scopes.Payouts.Create
bool

bool:

true, false

optional

allows POST requests on the related endpoints

Scopes.Refunds
Permissions

Permissions:

View Sub-parameters

optional

API endpoints linked to refunds

Scopes.Refunds.Read
bool

bool:

true, false

optional

allows GET requests on the related endpoints

Scopes.Refunds.Edit
bool

bool:

true, false

optional

allows PUT requests on the related endpoints

Scopes.Refunds.Create
bool

bool:

true, false

optional

allows POST requests on the related endpoints

Scopes.Transactions
Permissions

Permissions:

View Sub-parameters

optional

API endpoints linked to transactions

Scopes.Transactions.Read
bool

bool:

true, false

optional

allows GET requests on the related endpoints

Scopes.Transactions.Edit
bool

bool:

true, false

optional

allows PUT requests on the related endpoints

Scopes.Transactions.Create
bool

bool:

true, false

optional

allows POST requests on the related endpoints

Scopes.KYCDocuments
Permissions

Permissions:

View Sub-parameters

optional

API endpoints linked to KYC documents

Scopes.KYCDocuments.Read
bool

bool:

true, false

optional

allows GET requests on the related endpoints

Scopes.KYCDocuments.Edit
bool

bool:

true, false

optional

allows PUT requests on the related endpoints

Scopes.KYCDocuments.Create
bool

bool:

true, false

optional

allows POST requests on the related endpoints

Scopes.Disputes
Permissions

Permissions:

View Sub-parameters

optional

API endpoints linked to disputes

Scopes.Disputes.Read
bool

bool:

true, false

optional

allows GET requests on the related endpoints

Scopes.Disputes.Edit
bool

bool:

true, false

optional

allows PUT requests on the related endpoints

Scopes.Disputes.Create
bool

bool:

true, false

optional

allows POST requests on the related endpoints

Scopes.Repudiations
Permissions

Permissions:

View Sub-parameters

optional

API endpoints linked to repudiations

Scopes.Repudiations.Read
bool

bool:

true, false

optional

allows GET requests on the related endpoints

Scopes.Repudiations.Edit
bool

bool:

true, false

optional

allows PUT requests on the related endpoints

Scopes.Repudiations.Create
bool

bool:

true, false

optional

allows POST requests on the related endpoints

Scopes.Mandates
Permissions

Permissions:

View Sub-parameters

optional

API endpoints linked to mandates

Scopes.Mandates.Read
bool

bool:

true, false

optional

allows GET requests on the related endpoints

Scopes.Mandates.Edit
bool

bool:

true, false

optional

allows PUT requests on the related endpoints

Scopes.Mandates.Create
bool

bool:

true, false

optional

allows POST requests on the related endpoints

Scopes.Reporting
Permissions

Permissions:

View Sub-parameters

optional

API endpoints linked to reporting

Scopes.Reporting.Read
bool

bool:

true, false

optional

allows GET requests on the related endpoints

Scopes.Reporting.Edit
bool

bool:

true, false

optional

allows PUT requests on the related endpoints

Scopes.Reporting.Create
bool

bool:

true, false

optional

allows POST requests on the related endpoints

Scopes.Responses
Permissions

Permissions:

View Sub-parameters

optional

API endpoints linked to responses

Scopes.Responses.Read
bool

bool:

true, false

optional

allows GET requests on the related endpoints

Scopes.Responses.Edit
bool

bool:

true, false

optional

allows PUT requests on the related endpoints

Scopes.Responses.Create
bool

bool:

true, false

optional

allows POST requests on the related endpoints

Scopes.Events
Permissions

Permissions:

View Sub-parameters

optional

API endpoints linked to events

Scopes.Events.Read
bool

bool:

true, false

optional

allows GET requests on the related endpoints

Scopes.Events.Edit
bool

bool:

true, false

optional

allows PUT requests on the related endpoints

Scopes.Events.Create
bool

bool:

true, false

optional

allows POST requests on the related endpoints

Scopes.Hooks
Permissions

Permissions:

View Sub-parameters

optional

API endpoints linked to hooks

Scopes.Hooks.Read
bool

bool:

true, false

optional

allows GET requests on the related endpoints

Scopes.Hooks.Edit
bool

bool:

true, false

optional

allows PUT requests on the related endpoints

Scopes.Hooks.Create
bool

bool:

true, false

optional

allows POST requests on the related endpoints

Scopes.UboDeclarations
Permissions

Permissions:

View Sub-parameters

optional

API endpoints linked to UBO declaration

Scopes.UboDeclarations.Read
bool

bool:

true, false

optional

allows GET requests on the related endpoints

Scopes.UboDeclarations.Edit
bool

bool:

true, false

optional

allows PUT requests on the related endpoints

Scopes.UboDeclarations.Create
bool

bool:

true, false

optional

allows POST requests on the related endpoints

  • View
  • Code
  • Run
  • View
  • Code
  • Run
POST .../clients/permissiongroups/ HTTP/1.1
Body Parameters :
{
"Name": "Users only",
"Scopes": {
"ClientDetails": {
"Read": false,
"Edit": false,
"Create": false
},
"ClientLogo": {
"Read": false,
"Edit": false,
"Create": false
},
"ClientWallets": {
"Read": false,
"Edit": false,
"Create": false
},
"ClientBankAccounts": {
"Read": false,
"Edit": false,
"Create": false
},
"ClientPayins": {
"Read": false,
"Edit": false,
"Create": false
},
"ClientPayouts": {
"Read": false,
"Edit": false,
"Create": false
},
"ClientTransactions": {
"Read": false,
"Edit": false,
"Create": false
},
"SSOs": {
"Read": false,
"Edit": false,
"Create": false
},
"PermissionGroups": {
"Read": false,
"Edit": false,
"Create": false
},
"Users": {
"Read": false,
"Edit": false,
"Create": false
},
"Wallets": {
"Read": false,
"Edit": false,
"Create": false
},
"BankingAliases": {
"Read": false,
"Edit": false,
"Create": false
},
"Cards": {
"Read": false,
"Edit": false,
"Create": false
},
"BankAccounts": {
"Read": false,
"Edit": false,
"Create": false
},
"PreAuthorizations": {
"Read": false,
"Edit": false,
"Create": false
},
"Payins": {
"Read": false,
"Edit": false,
"Create": false
},
"Transfers": {
"Read": false,
"Edit": false,
"Create": false
},
"Payouts": {
"Read": false,
"Edit": false,
"Create": false
},
"Refunds": {
"Read": false,
"Edit": false,
"Create": false
},
"Transactions": {
"Read": false,
"Edit": false,
"Create": false
},
"KYCDocuments": {
"Read": false,
"Edit": false,
"Create": false
},
"Disputes": {
"Read": false,
"Edit": false,
"Create": false
},
"Repudiations": {
"Read": false,
"Edit": false,
"Create": false
},
"Mandates": {
"Read": false,
"Edit": false,
"Create": false
},
"Reporting": {
"Read": false,
"Edit": false,
"Create": false
},
"Responses": {
"Read": false,
"Edit": false,
"Create": false
},
"Events": {
"Read": false,
"Edit": false,
"Create": false
},
"Hooks": {
"Read": false,
"Edit": false,
"Create": false
},
"UboDeclarations": {
"Read": false,
"Edit": false,
"Create": false
}
}
}
POST .../clients/permissiongroups/ HTTP/1.1
Body Parameters :
{
"Name": "",
"Scopes": {
"ClientDetails": {
"Read": "",
"Edit": "",
"Create": ""
},
"ClientLogo": {
"Read": "",
"Edit": "",
"Create": ""
},
"ClientWallets": {
"Read": "",
"Edit": "",
"Create": ""
},
"ClientBankAccounts": {
"Read": "",
"Edit": "",
"Create": ""
},
"ClientPayins": {
"Read": "",
"Edit": "",
"Create": ""
},
"ClientPayouts": {
"Read": "",
"Edit": "",
"Create": ""
},
"ClientTransactions": {
"Read": "",
"Edit": "",
"Create": ""
},
"SSOs": {
"Read": "",
"Edit": "",
"Create": ""
},
"PermissionGroups": {
"Read": "",
"Edit": "",
"Create": ""
},
"Users": {
"Read": "",
"Edit": "",
"Create": ""
},
"Wallets": {
"Read": "",
"Edit": "",
"Create": ""
},
"BankingAliases": {
"Read": "",
"Edit": "",
"Create": ""
},
"Cards": {
"Read": "",
"Edit": "",
"Create": ""
},
"BankAccounts": {
"Read": "",
"Edit": "",
"Create": ""
},
"PreAuthorizations": {
"Read": "",
"Edit": "",
"Create": ""
},
"Payins": {
"Read": "",
"Edit": "",
"Create": ""
},
"Transfers": {
"Read": "",
"Edit": "",
"Create": ""
},
"Payouts": {
"Read": "",
"Edit": "",
"Create": ""
},
"Refunds": {
"Read": "",
"Edit": "",
"Create": ""
},
"Transactions": {
"Read": "",
"Edit": "",
"Create": ""
},
"KYCDocuments": {
"Read": "",
"Edit": "",
"Create": ""
},
"Disputes": {
"Read": "",
"Edit": "",
"Create": ""
},
"Repudiations": {
"Read": "",
"Edit": "",
"Create": ""
},
"Mandates": {
"Read": "",
"Edit": "",
"Create": ""
},
"Reporting": {
"Read": "",
"Edit": "",
"Create": ""
},
"Responses": {
"Read": "",
"Edit": "",
"Create": ""
},
"Events": {
"Read": "",
"Edit": "",
"Create": ""
},
"Hooks": {
"Read": "",
"Edit": "",
"Create": ""
},
"UboDeclarations": {
"Read": "",
"Edit": "",
"Create": ""
}
}
}

Update a Permission Group

A default Permission Group ( with "Id" = "ADMIN", "WRITE" or "READ" ) CANNOT be modified.

PUT .../v2.01/ClientId

The ID of your client account

/clients/PermissionGroups/PermissionGroupId

Id of a permission group

/

Parameters

Name
string

string:

Maximum length is 255 characters

optional

The name of the permission group

Scopes
Scopes

Scopes:

View Sub-parameters

optional

The Scopes of the permissions

Scopes.ClientDetails
Permissions

Permissions:

View Sub-parameters

optional

API endpoints linked to client details

Scopes.ClientDetails.Read
bool

bool:

true, false

optional

allows GET requests on the related endpoints

Scopes.ClientDetails.Edit
bool

bool:

true, false

optional

allows PUT requests on the related endpoints

Scopes.ClientDetails.Create
bool

bool:

true, false

optional

allows POST requests on the related endpoints

Scopes.ClientLogo
Permissions

Permissions:

View Sub-parameters

optional

API endpoints linked to client logo

Scopes.ClientLogo.Read
bool

bool:

true, false

optional

allows GET requests on the related endpoints

Scopes.ClientLogo.Edit
bool

bool:

true, false

optional

allows PUT requests on the related endpoints

Scopes.ClientLogo.Create
bool

bool:

true, false

optional

allows POST requests on the related endpoints

Scopes.ClientWallets
Permissions

Permissions:

View Sub-parameters

optional

API endpoints linked to client wallets

Scopes.ClientWallets.Read
bool

bool:

true, false

optional

allows GET requests on the related endpoints

Scopes.ClientWallets.Edit
bool

bool:

true, false

optional

allows PUT requests on the related endpoints

Scopes.ClientWallets.Create
bool

bool:

true, false

optional

allows POST requests on the related endpoints

Scopes.ClientBankAccounts
Permissions

Permissions:

View Sub-parameters

optional

API endpoints linked to client bank accounts

Scopes.ClientBankAccounts.Read
bool

bool:

true, false

optional

allows GET requests on the related endpoints

Scopes.ClientBankAccounts.Edit
bool

bool:

true, false

optional

allows PUT requests on the related endpoints

Scopes.ClientBankAccounts.Create
bool

bool:

true, false

optional

allows POST requests on the related endpoints

Scopes.ClientPayins
Permissions

Permissions:

View Sub-parameters

optional

API endpoints linked to client payins

Scopes.ClientPayins.Read
bool

bool:

true, false

optional

allows GET requests on the related endpoints

Scopes.ClientPayins.Edit
bool

bool:

true, false

optional

allows PUT requests on the related endpoints

Scopes.ClientPayins.Create
bool

bool:

true, false

optional

allows POST requests on the related endpoints

Scopes.ClientPayouts
Permissions

Permissions:

View Sub-parameters

optional

API endpoints linked to client payouts

Scopes.ClientPayouts.Read
bool

bool:

true, false

optional

allows GET requests on the related endpoints

Scopes.ClientPayouts.Edit
bool

bool:

true, false

optional

allows PUT requests on the related endpoints

Scopes.ClientPayouts.Create
bool

bool:

true, false

optional

allows POST requests on the related endpoints

Scopes.ClientTransactions
Permissions

Permissions:

View Sub-parameters

optional

API endpoints linked to client transactions

Scopes.ClientTransactions.Read
bool

bool:

true, false

optional

allows GET requests on the related endpoints

Scopes.ClientTransactions.Edit
bool

bool:

true, false

optional

allows PUT requests on the related endpoints

Scopes.ClientTransactions.Create
bool

bool:

true, false

optional

allows POST requests on the related endpoints

Scopes.SSOs
Permissions

Permissions:

View Sub-parameters

optional

API endpoints linked to SSOs

Scopes.SSOs.Read
bool

bool:

true, false

optional

allows GET requests on the related endpoints

Scopes.SSOs.Edit
bool

bool:

true, false

optional

allows PUT requests on the related endpoints

Scopes.SSOs.Create
bool

bool:

true, false

optional

allows POST requests on the related endpoints

Scopes.PermissionGroups
Permissions

Permissions:

View Sub-parameters

optional

API endpoints linked to permission groups

Scopes.PermissionGroups.Read
bool

bool:

true, false

optional

allows GET requests on the related endpoints

Scopes.PermissionGroups.Edit
bool

bool:

true, false

optional

allows PUT requests on the related endpoints

Scopes.PermissionGroups.Create
bool

bool:

true, false

optional

allows POST requests on the related endpoints

Scopes.Users
Permissions

Permissions:

View Sub-parameters

optional

API endpoints linked to users

Scopes.Users.Read
bool

bool:

true, false

optional

allows GET requests on the related endpoints

Scopes.Users.Edit
bool

bool:

true, false

optional

allows PUT requests on the related endpoints

Scopes.Users.Create
bool

bool:

true, false

optional

allows POST requests on the related endpoints

Scopes.Wallets
Permissions

Permissions:

View Sub-parameters

optional

API endpoints linked to wallets

Scopes.Wallets.Read
bool

bool:

true, false

optional

allows GET requests on the related endpoints

Scopes.Wallets.Edit
bool

bool:

true, false

optional

allows PUT requests on the related endpoints

Scopes.Wallets.Create
bool

bool:

true, false

optional

allows POST requests on the related endpoints

Scopes.BankingAliases
Permissions

Permissions:

View Sub-parameters

optional

API endpoints linked to banking aliases

Scopes.BankingAliases.Read
bool

bool:

true, false

optional

allows GET requests on the related endpoints

Scopes.BankingAliases.Edit
bool

bool:

true, false

optional

allows PUT requests on the related endpoints

Scopes.BankingAliases.Create
bool

bool:

true, false

optional

allows POST requests on the related endpoints

Scopes.Cards
Permissions

Permissions:

View Sub-parameters

optional

API endpoints linked to cards

Scopes.Cards.Read
bool

bool:

true, false

optional

allows GET requests on the related endpoints

Scopes.Cards.Edit
bool

bool:

true, false

optional

allows PUT requests on the related endpoints

Scopes.Cards.Create
bool

bool:

true, false

optional

allows POST requests on the related endpoints

Scopes.BankAccounts
Permissions

Permissions:

View Sub-parameters

optional

API endpoints linked to bank accounts

Scopes.BankAccounts.Read
bool

bool:

true, false

optional

allows GET requests on the related endpoints

Scopes.BankAccounts.Edit
bool

bool:

true, false

optional

allows PUT requests on the related endpoints

Scopes.BankAccounts.Create
bool

bool:

true, false

optional

allows POST requests on the related endpoints

Scopes.PreAuthorizations
Permissions

Permissions:

View Sub-parameters

optional

API endpoints linked to preauthorizations

Scopes.PreAuthorizations.Read
bool

bool:

true, false

optional

allows GET requests on the related endpoints

Scopes.PreAuthorizations.Edit
bool

bool:

true, false

optional

allows PUT requests on the related endpoints

Scopes.PreAuthorizations.Create
bool

bool:

true, false

optional

allows POST requests on the related endpoints

Scopes.Payins
Permissions

Permissions:

View Sub-parameters

optional

API endpoints linked to payins

Scopes.Payins.Read
bool

bool:

true, false

optional

allows GET requests on the related endpoints

Scopes.Payins.Edit
bool

bool:

true, false

optional

allows PUT requests on the related endpoints

Scopes.Payins.Create
bool

bool:

true, false

optional

allows POST requests on the related endpoints

Scopes.Transfers
Permissions

Permissions:

View Sub-parameters

optional

API endpoints linked to transfers

Scopes.Transfers.Read
bool

bool:

true, false

optional

allows GET requests on the related endpoints

Scopes.Transfers.Edit
bool

bool:

true, false

optional

allows PUT requests on the related endpoints

Scopes.Transfers.Create
bool

bool:

true, false

optional

allows POST requests on the related endpoints

Scopes.Payouts
Permissions

Permissions:

View Sub-parameters

optional

API endpoints linked to payouts

Scopes.Payouts.Read
bool

bool:

true, false

optional

allows GET requests on the related endpoints

Scopes.Payouts.Edit
bool

bool:

true, false

optional

allows PUT requests on the related endpoints

Scopes.Payouts.Create
bool

bool:

true, false

optional

allows POST requests on the related endpoints

Scopes.Refunds
Permissions

Permissions:

View Sub-parameters

optional

API endpoints linked to refunds

Scopes.Refunds.Read
bool

bool:

true, false

optional

allows GET requests on the related endpoints

Scopes.Refunds.Edit
bool

bool:

true, false

optional

allows PUT requests on the related endpoints

Scopes.Refunds.Create
bool

bool:

true, false

optional

allows POST requests on the related endpoints

Scopes.Transactions
Permissions

Permissions:

View Sub-parameters

optional

API endpoints linked to transactions

Scopes.Transactions.Read
bool

bool:

true, false

optional

allows GET requests on the related endpoints

Scopes.Transactions.Edit
bool

bool:

true, false

optional

allows PUT requests on the related endpoints

Scopes.Transactions.Create
bool

bool:

true, false

optional

allows POST requests on the related endpoints

Scopes.KYCDocuments
Permissions

Permissions:

View Sub-parameters

optional

API endpoints linked to KYC documents

Scopes.KYCDocuments.Read
bool

bool:

true, false

optional

allows GET requests on the related endpoints

Scopes.KYCDocuments.Edit
bool

bool:

true, false

optional

allows PUT requests on the related endpoints

Scopes.KYCDocuments.Create
bool

bool:

true, false

optional

allows POST requests on the related endpoints

Scopes.Disputes
Permissions

Permissions:

View Sub-parameters

optional

API endpoints linked to disputes

Scopes.Disputes.Read
bool

bool:

true, false

optional

allows GET requests on the related endpoints

Scopes.Disputes.Edit
bool

bool:

true, false

optional

allows PUT requests on the related endpoints

Scopes.Disputes.Create
bool

bool:

true, false

optional

allows POST requests on the related endpoints

Scopes.Repudiations
Permissions

Permissions:

View Sub-parameters

optional

API endpoints linked to repudiations

Scopes.Repudiations.Read
bool

bool:

true, false

optional

allows GET requests on the related endpoints

Scopes.Repudiations.Edit
bool

bool:

true, false

optional

allows PUT requests on the related endpoints

Scopes.Repudiations.Create
bool

bool:

true, false

optional

allows POST requests on the related endpoints

Scopes.Mandates
Permissions

Permissions:

View Sub-parameters

optional

API endpoints linked to mandates

Scopes.Mandates.Read
bool

bool:

true, false

optional

allows GET requests on the related endpoints

Scopes.Mandates.Edit
bool

bool:

true, false

optional

allows PUT requests on the related endpoints

Scopes.Mandates.Create
bool

bool:

true, false

optional

allows POST requests on the related endpoints

Scopes.Reporting
Permissions

Permissions:

View Sub-parameters

optional

API endpoints linked to reporting

Scopes.Reporting.Read
bool

bool:

true, false

optional

allows GET requests on the related endpoints

Scopes.Reporting.Edit
bool

bool:

true, false

optional

allows PUT requests on the related endpoints

Scopes.Reporting.Create
bool

bool:

true, false

optional

allows POST requests on the related endpoints

Scopes.Responses
Permissions

Permissions:

View Sub-parameters

optional

API endpoints linked to responses

Scopes.Responses.Read
bool

bool:

true, false

optional

allows GET requests on the related endpoints

Scopes.Responses.Edit
bool

bool:

true, false

optional

allows PUT requests on the related endpoints

Scopes.Responses.Create
bool

bool:

true, false

optional

allows POST requests on the related endpoints

Scopes.Events
Permissions

Permissions:

View Sub-parameters

optional

API endpoints linked to events

Scopes.Events.Read
bool

bool:

true, false

optional

allows GET requests on the related endpoints

Scopes.Events.Edit
bool

bool:

true, false

optional

allows PUT requests on the related endpoints

Scopes.Events.Create
bool

bool:

true, false

optional

allows POST requests on the related endpoints

Scopes.Hooks
Permissions

Permissions:

View Sub-parameters

optional

API endpoints linked to hooks

Scopes.Hooks.Read
bool

bool:

true, false

optional

allows GET requests on the related endpoints

Scopes.Hooks.Edit
bool

bool:

true, false

optional

allows PUT requests on the related endpoints

Scopes.Hooks.Create
bool

bool:

true, false

optional

allows POST requests on the related endpoints

Scopes.UboDeclarations
Permissions

Permissions:

View Sub-parameters

optional

API endpoints linked to UBO declaration

Scopes.UboDeclarations.Read
bool

bool:

true, false

optional

allows GET requests on the related endpoints

Scopes.UboDeclarations.Edit
bool

bool:

true, false

optional

allows PUT requests on the related endpoints

Scopes.UboDeclarations.Create
bool

bool:

true, false

optional

allows POST requests on the related endpoints

  • View
  • Code
  • Run
  • View
  • Code
  • Run
PUT .../clients/PermissionGroups/:PermissionGroupId/ HTTP/1.1
Body Parameters :
{
"Name": "Users only",
"Scopes": {
"ClientDetails": {
"Read": false,
"Edit": false,
"Create": false
},
"ClientLogo": {
"Read": false,
"Edit": false,
"Create": false
},
"ClientWallets": {
"Read": false,
"Edit": false,
"Create": false
},
"ClientBankAccounts": {
"Read": false,
"Edit": false,
"Create": false
},
"ClientPayins": {
"Read": false,
"Edit": false,
"Create": false
},
"ClientPayouts": {
"Read": false,
"Edit": false,
"Create": false
},
"ClientTransactions": {
"Read": false,
"Edit": false,
"Create": false
},
"SSOs": {
"Read": false,
"Edit": false,
"Create": false
},
"PermissionGroups": {
"Read": false,
"Edit": false,
"Create": false
},
"Users": {
"Read": false,
"Edit": false,
"Create": false
},
"Wallets": {
"Read": false,
"Edit": false,
"Create": false
},
"BankingAliases": {
"Read": false,
"Edit": false,
"Create": false
},
"Cards": {
"Read": false,
"Edit": false,
"Create": false
},
"BankAccounts": {
"Read": false,
"Edit": false,
"Create": false
},
"PreAuthorizations": {
"Read": false,
"Edit": false,
"Create": false
},
"Payins": {
"Read": false,
"Edit": false,
"Create": false
},
"Transfers": {
"Read": false,
"Edit": false,
"Create": false
},
"Payouts": {
"Read": false,
"Edit": false,
"Create": false
},
"Refunds": {
"Read": false,
"Edit": false,
"Create": false
},
"Transactions": {
"Read": false,
"Edit": false,
"Create": false
},
"KYCDocuments": {
"Read": false,
"Edit": false,
"Create": false
},
"Disputes": {
"Read": false,
"Edit": false,
"Create": false
},
"Repudiations": {
"Read": false,
"Edit": false,
"Create": false
},
"Mandates": {
"Read": false,
"Edit": false,
"Create": false
},
"Reporting": {
"Read": false,
"Edit": false,
"Create": false
},
"Responses": {
"Read": false,
"Edit": false,
"Create": false
},
"Events": {
"Read": false,
"Edit": false,
"Create": false
},
"Hooks": {
"Read": false,
"Edit": false,
"Create": false
},
"UboDeclarations": {
"Read": false,
"Edit": false,
"Create": false
}
}
}
PUT .../clients/PermissionGroups// HTTP/1.1
Body Parameters :
{
"Name": "",
"Scopes": {
"ClientDetails": {
"Read": "",
"Edit": "",
"Create": ""
},
"ClientLogo": {
"Read": "",
"Edit": "",
"Create": ""
},
"ClientWallets": {
"Read": "",
"Edit": "",
"Create": ""
},
"ClientBankAccounts": {
"Read": "",
"Edit": "",
"Create": ""
},
"ClientPayins": {
"Read": "",
"Edit": "",
"Create": ""
},
"ClientPayouts": {
"Read": "",
"Edit": "",
"Create": ""
},
"ClientTransactions": {
"Read": "",
"Edit": "",
"Create": ""
},
"SSOs": {
"Read": "",
"Edit": "",
"Create": ""
},
"PermissionGroups": {
"Read": "",
"Edit": "",
"Create": ""
},
"Users": {
"Read": "",
"Edit": "",
"Create": ""
},
"Wallets": {
"Read": "",
"Edit": "",
"Create": ""
},
"BankingAliases": {
"Read": "",
"Edit": "",
"Create": ""
},
"Cards": {
"Read": "",
"Edit": "",
"Create": ""
},
"BankAccounts": {
"Read": "",
"Edit": "",
"Create": ""
},
"PreAuthorizations": {
"Read": "",
"Edit": "",
"Create": ""
},
"Payins": {
"Read": "",
"Edit": "",
"Create": ""
},
"Transfers": {
"Read": "",
"Edit": "",
"Create": ""
},
"Payouts": {
"Read": "",
"Edit": "",
"Create": ""
},
"Refunds": {
"Read": "",
"Edit": "",
"Create": ""
},
"Transactions": {
"Read": "",
"Edit": "",
"Create": ""
},
"KYCDocuments": {
"Read": "",
"Edit": "",
"Create": ""
},
"Disputes": {
"Read": "",
"Edit": "",
"Create": ""
},
"Repudiations": {
"Read": "",
"Edit": "",
"Create": ""
},
"Mandates": {
"Read": "",
"Edit": "",
"Create": ""
},
"Reporting": {
"Read": "",
"Edit": "",
"Create": ""
},
"Responses": {
"Read": "",
"Edit": "",
"Create": ""
},
"Events": {
"Read": "",
"Edit": "",
"Create": ""
},
"Hooks": {
"Read": "",
"Edit": "",
"Create": ""
},
"UboDeclarations": {
"Read": "",
"Edit": "",
"Create": ""
}
}
}

View a Permission Group

GET .../v2.01/ClientId

The ID of your client account

/clients/PermissionGroups/PermissionGroupId

Id of a permission group

/
  • View
  • Code
  • Run
  • View
  • Code
  • Run
GET .../clients/PermissionGroups/:PermissionGroupId/ HTTP/1.1
GET .../clients/PermissionGroups// HTTP/1.1

List all Permission Groups

GET .../v2.01/ClientId

The ID of your client account

/clients/permissiongroups/
  • View
  • Code
  • Run
  • View
  • Code
  • Run
GET .../clients/permissiongroups/ HTTP/1.1
GET .../clients/permissiongroups/ HTTP/1.1
Share feedback