karthik_p
Databricks Partner

@Tyler Retzlaff​ our workspace is not UC enabled, only UC enabled need account level api. patch api we are using is from below link

https://docs.databricks.com/api/workspace/users/patch

{

"operations": [

{

"op": "update",

"path": "entitlements",

"value": "workspace-access"

}

]

}

looks it is not clear from example, what we need to pass in path (eg: i want to uncheck workspace-access which is under entitlements. as we have bulk users we are looking for good solution please @Kaniz Fatma​ 

karthik.p