CorebanqCorebanq Developer Docs
Personasv2User Persona

Get user's persona (v2)

Get persona associated with a user including linked records metadata

GET/v2/personas/user/{user_id}

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

user_id*string

Response Body

application/json

curl -X GET "https://example.com/v2/personas/user/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "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",
  "linked_to": [
    {
      "record_type": "string",
      "record_id": "8bf519b6-a3e0-49d2-8e42-039542d9a489"
    }
  ]
}
Empty