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)
{
"name": "Gareth Thompson",
"role": "client",
"type": "client",
"uuid": "41e861fe-07e9-47c4-9dfc-8b468fc8c268",
"email": "gareth@codepotato.co.uk",
"last_name": "Thompson",
"photo_url": "https://eu.ui-avatars.com/api/?name=Gareth+Thompson",
"created_at": "2026-03-30T13:19:41+01:00",
"first_name": "Gareth",
"updated_at": "2026-03-30T13:19:41+01:00",
"external_references": [
{
"uuid": "0db98ae5-468b-401f-845f-3792202f50d3",
"reference": "AB123456",
"created_at": "2026-03-30T13:19:41+01:00",
"updated_at": "2026-03-30T13:19:41+01:00",
"third_party": "nucleus"
}
]
}