Log inSkip to main contentSkip to sidebar
IMPORTANT: JAC is a Public system and anyone on the internet will be able to view the data in the created JAC tickets. Please don’t include Customer or Sensitive data in the JAC ticket.
Better handling of Confluence rest API response code
The Confluence Rest API for adding/removing a user from the group does not give a proper response code if we hit the API multiple times for same user.
Ex:- Method PUT/delete
URL :- <confluence base url>/rest/api/user/ {username}/group/ {groupName}
Currently the API gives 204 HTTP response codes on the first attempt and the user gets removed/added to the group. On hitting the same API for the same user and group it gives the same 204 response code. It will better if we can get the correct response code once the user is added/removed from a group instead of 204 response.