OCI Cloud SCIM remove group API throwing 500 internal server error
Summary:
OCI Cloud SCIM API to remove users from group throwing 500 internal server error
Content (required):
I'm using the OCI Cloud SCIM API to remove users from group and its been throwing 500 internal server error since 06-July-2023 8 AM PST.
Here is the API call:
curl --location --request PATCH 'https://us-ashburn-1.scim.oci.oraclecloud.com/v2/Groups/<group_id>' --header 'Content-Type: application/json' --header 'Authorization: Basic <token>' --data '{ "schemas": [ "urn:ietf:params:scim:api:messages:2.0:PatchOp" ], "Operations": [ { "op": "remove", "path": "members[value eq \"<user>\"]" } ]}'
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):