View your account profile
Responses
| Status | Description |
|---|---|
| 200 | Your profile |
| 401 | Not authenticated |
Response 200 body
dataobject · requiredmetaobject · required
{
"data": {
"id": "0191e29f-19d8-70cd-8a81-658d8b4f3696",
"authProvider": "safesites",
"firstName": "Erik",
"lastName": "Johansson",
"nationality": "SWE",
"personalIdentityNumber": "19850615-1234",
"phoneNumber": "+46701234567"
},
"meta": {
"requestId": "019a3a60-6328-7075-8a41-76ff545ca5d3",
"userId": "019a3a60-929c-7820-9b35-bf79a8bf83a6",
"organizationId": "019a3a60-8175-7a68-88da-ecb4a7040b86"
}
}