curl --request POST \
--url https://public-api.sessionboard.com/v1/event/{eventId}/personas/create \
--header 'Content-Type: application/json' \
--header 'x-access-token: <api-key>' \
--data '
{
"name": "<string>",
"description": "<string>",
"config": {}
}
'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"event_id": 123,
"name": "<string>",
"description": "<string>",
"config": {},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}Create an attendee persona for schedule evaluation. Requires the write:events scope.
curl --request POST \
--url https://public-api.sessionboard.com/v1/event/{eventId}/personas/create \
--header 'Content-Type: application/json' \
--header 'x-access-token: <api-key>' \
--data '
{
"name": "<string>",
"description": "<string>",
"config": {}
}
'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"event_id": 123,
"name": "<string>",
"description": "<string>",
"config": {},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}Organization API token. Generate from Organization Settings → API Tokens.