The 1.29.1 release introduces support for userProfileId across the Activation and Legal Documents services. This identifier is now critical for fetching user-specific legal documents and handling activation responses.
userProfileId
Activation
Legal Documents
All public methods (getLegalDocuments, getLegalDocumentContent, submitConsent) now require userProfileId: String as a parameter.
getLegalDocuments
getLegalDocumentContent
submitConsent
userProfileId: String
The Activation object returned by activate() has been updated. It now includes userProfileId and userId.
activate()
userId
The existing id field is now deprecated in favor of userId.
id
Last updated 3 months ago