Hi There,
We are planning to move to Unity Catalog soon so started replacing workspace API with Account Level APIs. One use case I have is getting a list of users, pretty straight forward with workspace:
{workspaceUrl}api/2.0/preview/scim/v2/Users?count={count}&startIndex={index}
How can I get the same result with Account Level API?
This will give me all users at account level, how do I get the users for workspace from here? {DatabricksAccountURL}/api/2.0/accounts/scim/v2/Users?count={count}&startIndex={index}