Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info

Get Users (version 1.3.3 and later)

GET http://localhost:8080/rest/deactivateusers/1.0/reports/list/all/active/users

...

Info

Update User Attributes (version 1.3.3 and later)

POST http://localhost:8080/rest/deactivateusers/1.0/utility/update/user/{username}

...

POST http://localhost:8080/rest/deactivateusers/1.0/utility/re-activate/user/{username}  (version 1.3.3 and later)

Path Parameters:

  • username (String) - Jira username

Response: [Status: 200]

Status
colourBlue
titleRe-Activate User (

...

Legacy)

POST http://localhost:8080/rest/deactivateusers/1.0/utility/reactivate/user/{username}

...

POST http://localhost:8080/rest/deactivateusers/1.0/utility/de-activate/user/{username}  (version 1.3.3 and later)

Path Parameters:

  • username (String) - Jira username

Response: [Status: 200]

Status
colourBlue
titleDe-Activate User (

...

Legacy)

POST http://localhost:8080/rest/deactivateusers/1.0/utility/deactivate/user/{username}

...