General information

Available since v. 1.68.*

note

Available ONLY for JIRA administrators

Available ONLY for JIRA administrators


Kill users session

Method type:

URL: {JIRA_URL}/rest/extender/1.0/userSessions/clear

Request format: JSON

  • All sessions (with the exception of you)

{
  "type": "all"
}
  • Specific user

{
  "type": "user", 
  "userName": "admin"
}
  • Specific IP Address

{
  "type": "ip",
  "ipAddress": "193.168.1.1"
}