Skip to main content
POST
Manage access to bank accounts for users (grant or revoke).

Authorizations

Authorization
string
header
required

Application (M2M) OAuth2 access token (client credentials).

Body

Request to manage access to bank accounts for users (grant or revoke).

bankAccounts
object[]
required

List of bank accounts to manage access for.

type
enum<string>
required

The type of access operation to perform.

Available options:
GRANT,
REVOKE
userIds
string<uuid>[]
required

List of user IDs to grant or revoke access for.

Response

Access updated successfully.