I want to add custom fields on the signup for the universal login flow, like first name, last name and a checkbox for accepting terms and conditions on the signup page.
Configure Additional Signup Fields on the Universal Login Page
Tried the above solution, however when calling the /api/v2/prompts/{prompt}/partials
API, it is showing a 403 error:
{
"statusCode": 403,
"error": "Forbidden",
"message": "This feature is not available for your plan. To create or modify prompt
templates, please upgrade your account to a Professional or Enterprise plan.",
"errorCode": "operation_not_supported"
}
However, in the tenant settings, the subscription is “Enterprise Agreement”.