Newer Version Available

This content describes an older version of this product. View Latest

enrollIndividualMember(loyaltyProgramName, memberDetails)

Enroll individual members in a loyalty program.

API Version

55.0

Requires Chatter

No

Signature

public static ConnectApi.IndividualMemberOutput enrollIndividualMember(String loyaltyProgramName, ConnectApi.IndividualMemberInput memberDetails)

Parameters

loyaltyProgramName
Type: String
The name of the loyalty program in which the member is enrolled.
memberDetails
Type: ConnectApi.IndividualMemberInput
Input representation of the individual member create request.

Example