Newer Version Available
Get Member's Active Segments
For more information about how the getMemberActiveSegments action can be used to process transaction journals and apply promotions, see Get a List of Member's Active Segments for a Member in Salesforce Help.
This action is available in API version 55.0 and later for users in orgs where either B2C - Loyalty, B2C - Loyalty Plus, Loyalty Management - Growth, or Loyalty Management - Plus license and Customer Data Platform are enabled.
Supported REST HTTP Methods
- URI
- /services/data/vXX.X/actions/standard/getMemberActiveSegments
- Formats
- JSON, XML
- HTTP Methods
- POST
- Authentication
- Authorization: Bearer token
Inputs
| Input | Details |
|---|---|
| loyaltyProgramMemberID |
|
| segmentIds |
|
Outputs
| Output | Details |
|---|---|
| memberSegmentIDs |
|
Example
Sample Request
1{
2 "inputs": [ {
3 "loyaltyProgramMemberID":"0lVxx000000016GMAQ"
4 } ]
5}Sample Response
1{
2 "errors":null,
3 "isSuccess":true,
4 "outputValues":{
5 "memberSegmentIDs":"0lvxx00004000001AAB"}
6 }
7}