- Shipped
- September 18, 2026 at 5:29 AM UTC
- Author
- Kamo
- Commit
- 70dc46b
GET /customers/{uid} sent the primary member only as primaryMemberId, while the account view reads a primaryMember object — so its Primary member row read "---" on every account, its email and phone fell back to the account's own, and the account history could not name the primary member either. The detail now carries primaryMember {id, name, email, phone}: the id as text (the view opens their member card on the name), the name from their user or their alias and never their id, the email from the member or else their user. The naming rule is shared with the note authors (personName).