Skip to content

Users

users_webhooks_update

Change a webhook endpoint: its url, its subscribed events, its description, or `active` to pause and resume delivery without losing the endpoint or its secret.

Tool

users_webhooks_update

Change a webhook endpoint: its url, its subscribed events, its description, or `active` to pause and resume delivery without losing the endpoint or its secret.

Change a webhook endpoint: its url, its subscribed events, its description, or `active` to pause and resume delivery without losing the endpoint or its secret.

Behavior

HTTP
PATCH /users/webhooks/:id

Arguments

NameTypeRequiredDescription
idstringId of the webhook endpoint.
urlstringWhere deliveries are POSTed. HTTPS only, no embedded credentials.
activebooleanfalse pauses delivery without losing the endpoint or its secret.
eventsarrayWhich events to deliver. `user.created`, `user.updated` and `user.deleted` mirror the directory; `session.revoked` fires on sign-out, ban, erase and refresh-token reuse.
descriptionstringNo description in the catalog.

Response

FieldTypeAlwaysDescription
idstring
urlstring
activeboolean
eventsarray
createdAtstring
updatedAtstring
descriptionstring
secretPrefixstring

Try it

Change a webhook endpoint: its url, its subscribed events, its description, or `active` to pause and resume delivery without losing the endpoint or its secret.

When to use

Change a webhook endpoint: its url, its subscribed events, its description, or `active` to pause and resume delivery without losing the endpoint or its secret.

Example

Ask your agent something like this:

Change a webhook endpoint: its url, its subscribed events, its description, or `active` to pause and resume delivery without losing the endpoint or its secret.

The agent will invoke users_webhooks_update with these arguments:

{
  "id": "<id>"
}

Esc

Start typing to search the docs.

navigateselect