Better handling of Confluence rest API response code

XMLWordPrintable

    • 1

      • 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.

              Assignee:
              Unassigned
              Reporter:
              Sushree Shailaja Satapathy (Inactive)
              Votes:
              2 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated: