Can't activate users
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2024 05:43 AM
A while back apparently a user became inactive on our Databricks platform from unknown reason.
So far everything we tried haven't worked:
- Delete and manually re-create the user
- Delete and let SSO to create the user on login
- Use Databricks CLI - shows no errors but does not take effect.
The CLI does work on other users, just this one does not updates with the command:
databricks users update USER_ID --json '{"active":true,"userName":"email@domain.com"}'
This command works for other users and deactivates active user (with "false" value) and then reactive it.
Any ideas how to resolve this issue? this is a major blocker