Create participant

Create a new participant. Plan manager scope from X-Plan-Manager-Id header.

Authentication

AuthorizationBearer
API key issued for your account. Send as Bearer token in the Authorization header.
X-Plan-Manager-Idstring
Plan manager UUID. Required on all public API requests to scope data access.

Request

This endpoint expects an object.
first_namestringOptional
last_namestringOptional
participant_numberstringOptional
emailstringOptionalformat: "email"
statestringOptional

Response

Participant created
idstring or nullformat: "uuid"
Unique identifier for the participant
first_namestring or null
First name of the participant
last_namestring or null
Last name of the participant
participant_numberstring or null
NDIS participant number
emailstring or nullformat: "email"
Email address of the participant
statestring or null

State (e.g. NSW

Errors