Users sessions

 

General information

Available since v. 1.68.*

Available ONLY for JIRA administrators


Kill users session

Method type: DELETE

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" }