Access management

Use the API to retrieve information about users and groups, and to manage access to datasets.

Lists all users in your organization

get

Required Permissions

  • Global: View Users And Groups

Responses
200

OK

get
/api/Users
200

OK

Lists all groups in your organization

get

Required Permissions

  • Global: View Users And Groups

Responses
200

OK

get
/api/Groups
200

OK

Retrieve a list of permission sets.

get

Users that have the global permission Manage permission sets get the full details, including the available operations.

Required Permissions

  • Global (At least 1 of the following): Manage Permission Sets, Manage User Global Permissions

Query parameters
Responses
200

OK

get
/api/permission-sets

Get all user and group permissions granted to a dataset.

get
Path parameters
datasetIdstringRequired
Responses
200

OK

get
/api/dataset/{datasetId}/shares
200

OK

Modify the permissions assigned to a dataset.

post
Path parameters
datasetIdstringRequired

The ID of the dataset

Body

A request to modify the permission assignments for a dataset.

Responses
200

OK

post
/api/dataset/{datasetId}/shares/bulk
200

OK

Last updated

Was this helpful?