Update participant

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.

Path parameters

participant_idstringRequiredformat: "uuid"

Request

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

Response

Updated participant
idstringformat: "uuid"
Unique identifier for the participant
first_namestring
First name of the participant
last_namestring
Last name of the participant
participant_numberstring
NDIS participant number
emailstringformat: "email"
Email address of the participant
statestring

State (e.g. NSW

Errors

400
Bad Request Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error