Skip to main content

User id update

A new user ID is available.

This webhook is triggered in the following scenarios:

  • When an anonymous user (not logged in) with purchases logs in.
  • When the user ID of a user with purchases is updated via the API.
info

If you're using the deprecated V1 version of webhooks, this webhook is also triggered when a user restores its purchases with a different user id. We recommend upgrading your app to the latest version (v2).

Request body

oldUserId
StringOld user id
newUserId
StringNew user id

Example

{
id:"5e7fdfe22a3cff5084466e74",
type: 'user_id_update',
version: '2.0.0',
createdDate:"2030-10-12T17:34:35.256Z",
oldUserId: 'a:62785074-8f32-42a5-b86b-90dbd79ce212',
newUserId: '42785074-8f32-42a5-b86b-90dbd79ce215'
}