{
"results": {
"organization": {
"name": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"organizationUuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
},
"authentication": {
"source": "<string>",
"type": "session"
},
"user": {
"id": "<string>",
"type": "registered",
"email": "<string>",
"isActive": true
}
},
"status": "ok"
}
Get account information
{
"results": {
"organization": {
"name": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"organizationUuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
},
"authentication": {
"source": "<string>",
"type": "session"
},
"user": {
"id": "<string>",
"type": "registered",
"email": "<string>",
"isActive": true
}
},
"status": "ok"
}
Success
The response is of type object
.