Skip to content
Closed
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

<!-- next version -->

- `user`: Add `anonymous_id` (#1146)

## v1.26.0

### 🛑 Breaking changes 🛑
Expand Down
8 changes: 7 additions & 1 deletion model/registry/user.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,14 @@ groups:
type: string
stability: experimental
brief: >
Unique identifier of the user.
Unique identifier of an authenticated user.
examples: ['S-1-5-21-202424912787-2692429404-2351956786-1000']
- anonymous_id
type: string
stability: experimental
brief: >
Unique identifier of an anonymous user who interacts with a system or service without providing personal information or authentication credentials. It allows the system to track user activity while maintaining anonymity.
examples: ['QdH5CAWJgqVT4rOr0qtumf']
- id: name
type: string
stability: experimental
Expand Down