Get Current User

get/api/prime/trading/v1/user/current

Get the current user’s public information.

200 Response

id string <uuid>required
The ID of the user
firstName string required
First name of the user
lastName string required
Last name of the user
email string <email>required
Email address of the user

default Response

error string required
errorName string required
reqId string required
context object
Optional structured metadata for REST validation failures. The schema is fixed for client contract stability.
errorName string required
Same value as the top-level errorName.
field string
Request field associated with the validation failure.
message string
Human-readable field-level validation message.