primaryMembershipId property
If this property is populated, it will have the membership ID of the account considered to be "primary" in this user's cross save relationship. If null, this user has no cross save relationship, nor primary account.
Implementation
@JsonKey(name:'primaryMembershipId')
String? primaryMembershipId;