CURLcurl -X POST \ -H "Authorization: [[apiKey]]" \ -H "Accept: application/json" \ "https://hostname:443/logout/user/{username}"
Sign out all sessions of the provided username
CURLcurl -X POST \ -H "Authorization: [[apiKey]]" \ -H "Accept: application/json" \ "https://hostname:443/logout/user/{username}"