I'm trying to do something seemingly very simple - disable someone's user account. I don't even want to delete the user, just disable it for the time being. How do I go about doing that?
Hello! I tried this call. I hid the sensitive information with "HIDDEN" in the example: curl --request PATCH 'https://HIDDEN.cloud.databricks.com/api/2.0/preview/scim/v2/Users/HIDDEN' \
--header 'Accept: application/scim+json' \
--header 'Content-Ty...
Ah, thanks for the reply Stefan! I should have clarified that I'm using Databricks via the AWS Marketplace. The issue I'm encountering when I'm trying to remove someone, is that it will say "User assigned through a group cannot be deleted". However,...