-
Suggestion
-
Resolution: Duplicate
-
None
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.
- is related to
-
ACCESS-1021 Provide ability to remove synced accounts and groups from the Directory through the UI
- Gathering Interest
- relates to
-
ACCESS-1418 Improve how G Sync group management works: delete groups from sync without the need of deleting the integration
- Closed