Get User By Id
Get User By Id
Path Parameters
id uuid required
Responses
- 200
- 422
Successful Response
application/json
Schema
Example (from schema)
Schema
email email required
username Username
origin Origin
birthday Birthday
country Country
state State
city City
last_connected_wallet_address Last Connected Wallet Address
id uuid required
is_active Is Active required
created_at date-time required
{ "email": "user@example.com", "username": "string", "origin": "string", "birthday": "string", "country": "string", "state": "string", "city": "string", "last_connected_wallet_address": "string", "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "is_active": true, "created_at": "2025-01-10T08:50:52.765Z" }
Validation Error
application/json
Schema
Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
detail object[]
loc object[] required
anyOf
MOD1
MOD2
string
integer
msg Message required
type Error Type required
{ "detail": [ { "loc": [ "string", 0 ], "msg": "string", "type": "string" } ] }
Loading...