PATCH /api/v2/accesscontrolpolicies/{id}

Updates the provided fields for an existing access control policy.

Requires a company admin API key.

Rate limit: 1200 per minute.

Servers

Path parameters

Name Type Required Description
id Integer Yes

The access control policy's id.

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
name String No

[single-line only]

A human-readable display name for the policy.

description String No

[single-line only]

Optional description for the policy.

state String No

Restore a deleted policy.

Possible values:

  • "active"
user_id Integer No

user id updating this policy. Must be a company admin

permission_sets[] Array No

List of permission associated with this policy.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.