CorebanqCorebanq Developer Docs
Personasv1User Persona

Get user's persona

Get persona associated with a user

GET/v1/personas/user/{user_id}

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

user_id*string

user_id path parameter

Response Body

application/json

curl -X GET "https://example.com/v1/personas/user/string"
{
  "first_name": "string",
  "last_name": "string",
  "date_of_birth": "2019-08-24",
  "date_of_death": "2019-08-24",
  "nationality": "string",
  "hash_id": "string",
  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  "active": true,
  "metadata": {},
  "created_at": "2019-08-24T14:15:22Z",
  "created_by": "ee824cad-d7a6-4f48-87dc-e8461a9201c4",
  "modified_at": "2019-08-24T14:15:22Z",
  "modified_by": "e8d4374d-93a1-4e98-a6c6-fdcf00c5059f"
}