How to delete users by email id using azure SCIM api in databricks?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2021 08:18 AM
I need to know if there is a way to delete a user from databricks using email only using SCIM api? As of now I can see it can only delete user by ID which means I need to first retrive the ID of the user and then use it to delete.
I am using this api from powershell to delete users by email.
https://docs.microsoft.com/en-us/azure/databricks/dev-tools/api/latest/scim/scim-users
Labels:
- Labels:
-
Delete User
-
SCIM API