Account Holders search

SecuritybearerToken
Request
query Parameters
page
integer <int32>
size
integer <int32>
Request Body schema: application/json
required

Account Holders search endpoint

registryAccountId
string

ID of the account on the registry.

registryAccountName
string
program
string

Program name. Ref.Data.REGISTRY_PROGRAM_REGI

accountType
string

Account type description.

active
boolean

True/False.

generatorAccount
boolean

True/False.

Responses
200

Account Holders search successfully executed

400

Bad request

401

Not authorized error

500

Internal server error

post/account-holders/action/search
Request samples
application/json
{
  • "registryAccountId": "string",
  • "registryAccountName": "string",
  • "program": "string",
  • "accountType": "string",
  • "active": true,
  • "generatorAccount": true
}
Response samples
application/json
{
  • "page": 0,
  • "size": 0,
  • "totalPages": 0,
  • "totalElements": 0,
  • "content": [
    ]
}