Self-provisioning flow
Modifications to the POST /registration/provision endpoint
- The POST /registration/provision endpoint was used to initiate email verification or end-user self provisioning via the CE-API. From now on this endpoint will only serve the email verification flow upon end-user onboarding.
- The
false
value of theimported
boolean body parameter is deprecated. - The
false
value was used in case of self provisioning flow and will no longer be available. - An error response 400 will be thrown in case the
false
value will be provided. The default value will change fromfalse
totrue
.
- The
- The self-provisioning flow is deprecated and should no longer be used;
- provisioning of an end-user account is to be done only via a B2B manner through the AM-API and based on the defined onboarding process.
Updated 12 months ago