To perform a new site registration using a REST API, the following API calls are typically involved:
B. accounts.initRegistration: Initializes the registration process and generates a unique registration token.
C. accounts.completeRegistration: Completes the registration process by submitting the required user details and validating the registration token.
D. accounts.register: Combines the initialization and completion steps into a single API call, simplifying the registration process.
The other options are incorrect:
A. accounts.finalizeRegistration: This is not a valid API call in SAP Customer Data Cloud.
E. accounts.registration: This is not a valid API call in SAP Customer Data Cloud.
SAP Customer Data Cloud References:
API Reference - accounts.initRegistration.
API Reference - accounts.completeRegistration.
API Reference - accounts.register.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit