Allow SCIM Unlink of Groups synced from IDP

XMLWordPrintable

      Currently, if we want to Unlink a Groups created is Atlassian via IDP (SCIM), we need to remove the SCIM/User Provisioning Configuration from the Organisation.

      The following API, deletes the group from Atlassian instead on Unlinking it

      curl --request DELETE \
        --url 'https://api.atlassian.com/scim/directory/dir/Groups/gid' \
        --header 'Authorization: Bearer <access_token>'
      

      Suggestion:
      Requirement here is to Unlink some groups from SCIM (make these groups Mutable) without deleting the SCIM Configuration.

            Assignee:
            Matthew Ho (Inactive)
            Reporter:
            Ulka
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: