Skip to main content
POST
Create a Personalized Data Permission (PDP) Policy

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

dataset_id
string
required

Body

application/json
name
string
required

Name of the Policy

filters
object[]
required
users
integer[]

List of user IDs the policy applies to

groups
integer[]

List of group IDs the policy applies to

type
string

Type of policy (user or system)

Response

201 - application/json

Returns a subset of the DataSet object specific to the data permission policy.

id
integer
type
string
name
string
filters
object[]
users
integer[]
groups
object[]