Add a user to a fact-find session Run in API Explorer
Ask AI
Creates a prospect account with the provided email address and attaches them to the specified fact-find session.
POST
/api/v2/submissions/add-user/{factFindSession_uuid}
curl \
--request POST 'https://api.plannrcrm.com/api/v2/submissions/add-user/6ff8f7f6-1eb3-3525-be4a-3932c805afed' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
Response examples (201)
{
"uuid": "a209903c-9e10-462d-8b17-e4b9fea8adcf",
"created_at": "2026-07-08T12:45:06+01:00",
"updated_at": "2026-07-08T12:45:06+01:00",
"type": "client",
"role": "client",
"first_name": "Gareth",
"last_name": "Thompson",
"name": "Gareth Thompson",
"email": "gareth@codepotato.co.uk",
"photo_url": "https://eu.ui-avatars.com/api/?name=Gareth+Thompson",
"external_references": [
{
"uuid": "3ef599e3-ff22-430c-94f1-d285dbde7204",
"created_at": "2026-07-08T12:45:06+01:00",
"updated_at": "2026-07-08T12:45:06+01:00",
"third_party": "nucleus",
"reference": "AB123456"
}
]
}