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
- https://dialpad.com/
- https://sandbox.dialpad.com/
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:
|
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
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.