Setting cluster permissions with API

KoenZandvliet
Databricks Partner

I would like to update the permissions of a cluster using the API. Documentation mentions the following: patch api/2.0/permissions/{request_object_type}/{request_object_id}.

Which {request_object_type} to use? ‘cluster’, ‘cluster’ and ‘compute’ are not supported.

daniel_sahal
Databricks MVP

@KoenZandvliet 
clusters is the one you should be looking for.

View solution in original post