latestOpenAPI 3.0.12026-08-108798310.5 KB

fa1a72b9ecec

API User Identities

The individual who authorised the application

get/api/v2/identity/individual

Response

Successful operation

titlestring
firstNamestring
lastNamestring
dateOfBirthstring date
emailstring
phonestring

Example response

{
  "title": "Mr",
  "firstName": "Dave",
  "lastName": "Bowman",
  "dateOfBirth": "1968-04-02",
  "email": "dave.bowman@example.com",
  "phone": "+447700900123"
}