Manage Write Policies
Write policies API endpoint reference guide
The policies resource allows you to manage and apply policies to your data sources. The endpoints and examples provided in this guide are specific to creating global write policies.
Endpoints
POST
Manually grants write access to a user
POST
Creates a global write access policy
DELETE
Deletes the specified global write access policy
GET
Gets the global policy with the given policy ID
PUT
Updates the specified global policy
POST
/dataSource/{dataSourceId}/access
POST
/dataSource/{dataSourceId}/access
Manually grants write access to a user.
Request parameter
dataSourceId integer
The unique identifier of the data source.
Body parameters
Response
POST
/policy/global
POST
/policy/global
Creates a global policy.
The example below grants write access to users with the attribute has.write
and applies the global policy to all data sources.
Body parameters
Response
DELETE
/policy/global/{policyId}
DELETE
/policy/global/{policyId}
Deletes the specified policy.
Request parameter
policyId integer
The unique identifier of the policy.
Response
GET
/policy/global/{policyId}
GET
/policy/global/{policyId}
Gets the specified policy.
Request parameter
policyId integer
The unique identifier of the policy.
Response
PUT
/policy/global/{policyId}
PUT
/policy/global/{policyId}
Updates the specified policy.
Body parameters
Response
Last updated
Was this helpful?