get
Beta notice
We are currently gathering feedback on the Access API endpoints, and while in beta the structure of the API and its response may change. Please submit any feedback (including if this API currently works for your needs!) to your primary Redivis contact, or [email protected]
GET /api/v1/datasets/:datasetReference/access/:userName
Parameter | Description |
---|---|
userName | The userName of the particular user that you want to observe access for |
datasetReference |
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 |
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
The request body must be empty.
Last modified 2mo ago