webhook
users
Delivered when a user is created, updated or archived. The three events are distinguished by the type field. Fetch the user via the Read user endpoint to obtain its current state.
users.created: the user has been created.users.updated: some part of the user object in the API has changed.users.archived: the user has been archived.
410The endpoint will be disabled immediately. No further events are sent until it is re-enabled in the Skovik UI.
2XXSuccessful delivery and verification of the webhook event.
defaultAny other response code will be treated as a failure and scheduled for retry with exponential backoff.
