Skip to main content
POST
/
v2
/
users
/
{user_id}
/
paging_provider
UpdatePagingProvider
curl --request POST \
  --url https://api.incident.io/v2/users/{user_id}/paging_provider \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "preferred_escalation_provider": "native"
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.incident.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key from your incident.io dashboard (Settings → API keys)

Path Parameters

user_id
string
required

The ID of the user to update.

Example:

"01FCNDV6P870EA6S7TK1DSYDG0"

Body

application/json
preferred_escalation_provider
enum<string>
required

The preferred escalation provider for the user.

Available options:
native,
opsgenie,
pagerduty,
splunk_on_call
Example:

"native"

Response

204

No Content response.