post
/logout/user/{username}
Sign out all sessions of the provided username
Path parameters
username
String
required
Username to logout
Example:
username_example
CURL
curl -X 'POST'
-H "Authorization: [[apiKey]]"
\
-H
'Accept: application/json'
'https://hostname:443/logout/user/{username}'
Responses