When I request a Retool embedded URL, I receive an error message stating "Invalid external identifier provided."
Here's how I've structured my POST request body:
{
"landingPageUuid": "uuid",
"groupIds": ["groupId"],
"externalIdentifier": null,
"userInfo": {
"email": "email",
"firstName": "first name",
"lastName": "last name"
}
}
I initially set the externalIdentifier
value to null
. However, when I tried using my email address as the external identifier, I encountered another issue, and the error message stated, "Page does not belong to the organization."
I'm seeking assistance to resolve this problem.