feat: add extras support to user.identify - #26
Merged
Conversation
Yihao-G
reviewed
Jul 10, 2026
Yihao-G
reviewed
Jul 10, 2026
Yihao-G
reviewed
Jul 10, 2026
edubkendo
force-pushed
the
feat/add-extras-to-identify
branch
2 times, most recently
from
July 10, 2026 18:53
943a94c to
5caa1d5
Compare
Add optional extras.createdAt and extras.updateOnly to user.identify, mirroring the events/track extras pattern. The SDK maps camelCase fields to API snake_case (created_at, update_only) and defaults created_at to the current time when omitted. - Add sendUserIdentifyRequest() parallel to sendEventTrackRequest() - Extend UserIdentifyRequest with extras type definitions - Add Node and browser tests for default and explicit extras Related docs: getvero/mint-docs (feat/add-extras-to-identify) Related API: getvero/api@0b2a2d9 Co-authored-by: Cursor <cursoragent@cursor.com>
edubkendo
force-pushed
the
feat/add-extras-to-identify
branch
from
July 10, 2026 19:11
5caa1d5 to
48cb62a
Compare
…y value will not be included in the request body
github-actions Bot
pushed a commit
that referenced
this pull request
Aug 18, 2026
# [2.2.0](v2.1.0...v2.2.0) (2026-08-18) ### Features * add extras support to user.identify ([#26](#26)) ([77b3ea6](77b3ea6))
|
🎉 This PR is included in version 2.2.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Description
Add optional extras.createdAt and extras.updateOnly to user.identify, mirroring the events/track extras pattern. The SDK maps camelCase fields to API snake_case (created_at, update_only) and defaults created_at to the current time when omitted.
Related docs: getvero/mint-docs (feat/add-extras-to-identify)
Related API: getvero/api@0b2a2d9
Related PRs
Checklist