Permissions
Request Permissions for a Resource
Request permissions for a specific resource (such as a table, table view, or process).
get/v1/permissions/request/{hub_id}/{type}/{id}
Path parameters
hub_idstring uuid required
UUID of the hub that the resource belongs to.
type'project' | 'process' | 'table' | 'view' required
The kind of resource for which to request permissions. Valid options are 'project', 'process', 'table', or 'view'.
idstring uuid required
UUID of the resource for which to request permissions.
Response
Successfully requested permissions for the resource.