...
Identity $Membership.EnsureParticipant(emailAddress: string, name: stringparticipant: ParticipantInfo)
Arguments
string emailAddress
Returns
Example
Code Block | ||
---|---|---|
| ||
$Membership.EnsureParticipant({ Email : 'john.doe@gmail.com', Name : 'John Doe', Language : 'en' }); |
Types
ParticipantInfo
...
{ // Email address of participant Email : string // Preferred language of participant Language : string // Name of participant Name : string }