Skip to main content
Weavr API
Setup

User deactivation

Webhook/auth/users/user_deactivated/watch

Sent when a user belonging to a corporate or consumer identity is deactivated. The user can no longer sign in, and any cards issued to them stop accepting new transactions.

This covers individual users. For the identity as a whole, see the corporate and consumer deactivation webhooks.

Enable and configure webhooks in the Embedder Portal; recent events are listed on its Webhook Logs page. Weavr sends this event to {Webhook URL}/auth/users/user_deactivated/watch.

Payload

*
application/json

Sent when a corporate or consumer identity is deactivated. A deactivated identity cannot sign in, and its instruments stop accepting new transactions until it is activated again.

{}
IdentityDeactivatedEventIdentityDeactivatedEvent · object · 3 fields

Responses

204No Content

Event received.