Skip to main content
GET
Get user's persona

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

user_id
string<uuid>
required

Response

200 - application/json

User's persona details

first_name
string
required
Maximum string length: 100
last_name
string
required
Maximum string length: 100
date_of_birth
string<date>
required
date_of_death
string<date> | null
nationality
string
Pattern: ^[A-Z]{3}$
hash_id
string
id
string<uuid>
active
boolean
metadata
object
created_at
string<date-time>
created_by
string<uuid>
modified_at
string<date-time>
modified_by
string<uuid>