AMPscript
Add
Attributes.Retrieve
Lists.Retrieve
Remove
Retrieve
Statistics
Unsubscribe
Update
Upsert
Validate Your Server-Side JavaScript using WSProxy
Returns an array of attributes that are associated with a subscriber.
Attributes.Retrieve()
To use this function, first initialize the subscriber by using the Subscriber.Init() function.
1var subObj = Subscriber.Init("SubKey");
2var attributes = subObj.Attributes.Retrieve();