Commit 2df1cc4
committed
Add v2 username lookup for meeting RSVP data
- Add Username field to inviteResponseInput struct for v2 system
- Implement username lookup using UserID (v1 platform ID) via lookupV1User
- Map username to Auth0 "sub" format using mapUsernameToAuthSub helper
- Add debug logging for successful lookups and warning for failures
- Follows same pattern as invitee and attendee username resolution
This allows the v2 system to associate RSVP responses with the correct user accounts.
Generated with [Claude Code](https://claude.com/claude-code)
Signed-off-by: Andres Tobon <andrest2455@gmail.com>1 parent 7baa82a commit 2df1cc4
File tree
2 files changed
+16
-0
lines changed- cmd/lfx-v1-sync-helper
2 files changed
+16
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
686 | 686 | | |
687 | 687 | | |
688 | 688 | | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
689 | 701 | | |
690 | 702 | | |
691 | 703 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
506 | 506 | | |
507 | 507 | | |
508 | 508 | | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
509 | 513 | | |
510 | 514 | | |
511 | 515 | | |
| |||
0 commit comments