Create on-call override
allquiet_create_on_call_overrideCreates an on-call override for a user on the LIVE account (temporarily changes who is on call). type is a free-form override kind and start/end govern the override window — confirm the valid type values for your account. All Quiet: POST /v1/on-call-override.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | ISO8601 end of the override window. | |
| type | Yes | Override kind (required) — free-form, validated by the API. Confirm valid values for your account. | |
| start | No | ISO8601 start of the override window. | |
| teamId | No | Team id the override applies within. | |
| userId | Yes | The user id the override applies to (required). | |
| escalationTier | No | Escalation tier the override applies to. | |
| replacementUserIds | No | Ids of the replacement user(s) on call. |