v1
latestOpenAPI 3.0.02026-07-24161215397.4 KBVisitors
Add new visitor
Add new visitor
Required scopes: flex.community.visitors.create
post/api/v2/organizations/{orgSlug}/visitors
Path parameters
orgSlugstring required
organization slug
Request body
Example request
{
"name": "John Doe",
"email": "johnDoe@email.com",
"member": "603dfbc260f4054084125d38",
"phone": "1234567890",
"company": "Example Corp"
}Response
Example response
{
"_id": "603dfbc260f4054084125d39",
"name": "John Doe",
"email": "johnDoe@email.com",
"phone": "1234567890",
"description": "John Doe is visiting the office for a meeting.",
"member": "603dfbc260f4054084125d38",
"company": "603dfbc260f4054084125d34"
}