Test
Get available statuses
Retrieve a list of all available user statuses for test user creation.
GET
Retrieve a list of available user statuses that can be used when creating test users via the B2B test user builder. This endpoint helps you discover valid status values for the
status parameter in the create user endpoint.
Three statuses are available for B2B test user creation:
INVESTED- User with investmentsINVESTED_WITH_CASH- User with investments and cashINVESTED_WITH_SAVINGS- User with investments and savings
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
List of available statuses
Available options:
INVESTED, INVESTED_WITH_CASH, INVESTED_WITH_SAVINGS, FULL_USER_NBG Example:
[
"INVESTED",
"INVESTED_WITH_CASH",
"INVESTED_WITH_SAVINGS",
"FULL_USER_NBG"
]