6.3. PSU identification Retrieval
6.3.1. Request
GET http://localhost:8080/v1/end-user-identity
6.3.1.1. No specific headers
6.3.1.2. No body data
6.3.2. Response
Status code: 200
6.3.2.1. No specific headers
6.3.2.2. Body
Note: this body was extracted from a PDF that lost some structural separators (braces / commas). Refer to the source PDF for the canonical JSON.
{
"connectedPsu" : "Mme Cécile Dupond", "connectedPsuNamePrefix" : "MADM", "connectedPsuFirstName" : "Cécile", "connectedPsuLastName" : "Dupond", "_links" : { "self" : { "href" : "v1/end-user-identity","parent-list" : { "href" : "/v1/accounts"
}