• Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      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.

              maho Matthew Ho (Inactive)
              umasih@atlassian.com Ulka
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: