Hi team, we are getting an error in deleting an account level group with the scim API
{
"schemas": [
"urn:ietf:params:scim:api:messages:2.0:Error"
],
"detail": "INTERNAL_ERROR: Unexpected error: getTenantIdForAccountId is not implemented in HybridWorkspacePrincipalsImpl",
"status": "500"
}
We are able to create an account level group with the api api/2.0/account/scim/v2/Groups
but unable to delete the same group with api/2.0/account/scim/v2/Groups/{groupId}. Just wanted to make you aware of this bug(?)