Unable to reactive an inactive user
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2024 03:05 AM
Hi all,
I am facing an issue with reactivating an inactive user i tried the following json with databricks cli
run_update = {
"schemas": [ "urn:ietf:params:scim:api:messages:2.0:PatchOp" ],
"Operations": [
{
"op": "replace",
"path": "active",
"value": [
{
"value": "true"
}
]
}
]
}
But the user status still remains inactive. Any leads would be helpful.
But the user status still remains inactive. Any leads would be helpful.