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": "f42ddbbf-74eb-42a8-b671-713b6298b95c",
"created_at": "2026-04-18T17:51:48+01:00",
"updated_at": "2026-04-18T17:51:48+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": "10873052-d49e-4172-859a-ada076e1e586",
"created_at": "2026-04-18T17:51:48+01:00",
"updated_at": "2026-04-18T17:51:48+01:00",
"third_party": "nucleus",
"reference": "AB123456"
}
]
}