Sign out all sessions of the provided username

Cortex XSOAR 6 API

post /logout/user/{username}

Sign out all sessions of the provided username

CURL
curl -X POST \ -H "Authorization: [[apiKey]]" \ -H "Accept: application/json" \ "https://hostname:443/logout/user/{username}"
Authentication: api_key Api Key "Authorization"
Path parameters
username
required
String
Username to logout
Example: username_example
Responses

no content

Body