Retrieve a list of all available user statuses for test user creation.
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 theDocumentation Index
Fetch the complete documentation index at: https://docs.wealthyhood.com/llms.txt
Use this file to discover all available pages before exploring further.
status parameter in the create user endpoint.
INVESTED - User with investmentsINVESTED_WITH_CASH - User with investments and cashINVESTED_WITH_SAVINGS - User with investments and savingsBearer authentication header of the form Bearer <token>, where <token> is your auth token.
List of available statuses
INVESTED, INVESTED_WITH_CASH, INVESTED_WITH_SAVINGS, FULL_USER_NBG [
"INVESTED",
"INVESTED_WITH_CASH",
"INVESTED_WITH_SAVINGS",
"FULL_USER_NBG"
]