Create a test user with a specific status and properties for sandbox testing.
Create a test user account with a predefined status. This endpoint is useful for setting up test scenarios with users in various lifecycle states.Documentation Index
Fetch the complete documentation index at: https://docs.wealthyhood.com/llms.txt
Use this file to discover all available pages before exploring further.
INVESTED - User with investmentsINVESTED_WITH_CASH - User with investments and cashINVESTED_WITH_SAVINGS - User with investments and savingsGET /test/help/statuses to retrieve the list of valid status values.Allowed statuses: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.
Email address for the test user
"test.user@example.com"
User status. Must be one of the allowed statuses for B2B test user builder.
INVESTED, INVESTED_WITH_CASH, INVESTED_WITH_SAVINGS, FULL_USER_NBG "INVESTED_WITH_CASH"
Optional user properties to override defaults (e.g. firstName, lastName).
Test user created successfully
Test user object with populated portfolios