API User Identities
The individual who authorised the application
get/api/v2/identity/individual
Response
Successful operation
Example response
{
"title": "Mr",
"firstName": "Dave",
"lastName": "Bowman",
"dateOfBirth": "1968-04-02",
"email": "dave.bowman@example.com",
"phone": "+447700900123"
}