sessionSearch
Session search object
keywordsstring
Keywords string which is separated by a comma
Example:
alice, 127.0.0.1, Mozilla/3.0
user_idstring<uuid>
The ID of the user the sessions belong to
typestring
Type of session, login or sso
Example:
login
sessionSearch
{
"keywords": "alice, 127.0.0.1, Mozilla/3.0",
"user_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"type": "login"
}