User Accounts
User accounts represent the top-level identity layer in the Match-Trader platform. Each user account is identified by a unique UUID and an email address, and serves as the owner of one or more trading accounts. This section describes the available endpoints for creating, retrieving, updating, and deleting user accounts within a given broker's scope.
A user account is a platform-level entity - does not carry any trading-specific data itself, but acts as a container that groups trading accounts belonging to a single end user.
Endpoints
v1/user-accounts?pageable=pageable&createdFrom=createdFrom&createdTo=createdTo&updatedFrom...
v1/user-accounts/email/{email}
v1/user-accounts/{userAccountUuid}
v1/user-accounts
v1/user-accounts/{userAccountUuid}
v1/user-accounts/{userAccountUuid}/change-password
v1/user-accounts/{userAccountUuid}?deleteFromTradingSystem=true
v1/user-accounts/bulk-delete
v1/one-time-token