post https://api.fabric.inc/v3/shoppers
Using this endpoint, a shopper can self-register on your portal, to a specific user pool. If no user pool is specified, the default user pool is considered.
1. If email verification is enabled for the user pool, the shopper is created with a Pending
status. Shoppers in Pending
status must verify their email addresses through this POST /shoppers/actions/activate
endpoint. This endpoint is the underlying means to activate account from the user interface.
2. If email verification is disabled, the user is created with an active
status.
Note: A user pool refers to a user directory or database where the shoppers' accounts are stored and maintained for a specific application or service.