ListMyUserSessions
curl -X POST "https://loading/users/me/sessions/_search" \ -H "Content-Type: application/json" \ -d '{}'{
"result": [
{
"sessionId": "string",
"agentId": "string",
"authState": "SESSION_STATE_UNSPECIFIED",
"userId": "string",
"userName": "string",
"loginName": "string",
"displayName": "string",
"details": {
"sequence": 0,
"creationDate": "1s",
"changeDate": "1s",
"resourceOwner": "string"
},
"avatarUrl": "string"
}
]
}{
"code": "not_found",
"message": "string",
"detail": {
"type": "string",
"value": "string",
"debug": {}
}
}Was this page helpful?