You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/spec/alias.md
+1-9Lines changed: 1 addition & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,12 +78,4 @@ Here's a complete example of an Alias call:
78
78
"userId":"507f191e81",
79
79
"version":"1.1"
80
80
}
81
-
```
82
-
83
-
## Previous ID
84
-
85
-
The `previousId` is the existing ID you've referred to the user by. It might be an Anonymous ID assigned to that user or a User ID you previously identified them with using our [Identify](/docs/connections/spec/identify/) call.
86
-
87
-
## User ID
88
-
89
-
The `userId` is a string that will be the user's new identity, or an existing identity that you wish to merge with the `previousId`. See the [User ID docs](/docs/connections/spec/identify#user-id) for more detail.
0 commit comments