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
registryAccountName
string
program
string

Ref.Data.REGISTRY_PROGRAM_REGI

accountType
string
active
boolean
generatorAccount
boolean
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": [
    ]
}