get

HTTP Request

GET /api/v1/datasets/:datasetReference/access/:userName

Path parameters

Parameter
Description

userName

The userName of the particular user that you want to observe access for

datasetReference

A qualified reference to the dataset. See referencing resources for more information.

Query parameters

Parameter
Description

maxResults

Default 100. Must be less than 1000.

pageToken

For paginating through results, provide the value returned from the previous access.list call

This endpoint extends the general API structure.

Authorization

You must be an administrator of the organization that hosts the dataset, or, if the dataset is owned by a user, you must be the owner or an editor on the dataset.

Your access token must have one of the following scopes:

  • organization.read

Learn more about authorization.

Request body

The request body must be empty.

Response body

Returns a JSON representation of an access resource.

Last updated

Was this helpful?