Skip to main content
PUT
/realms/{realmId}/organizations/{organizationId}/travel/passengers/{passengerId}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

realmId
string
required
organizationId
string
required
passengerId
string
required

Body

application/json
name
string
required
Minimum string length: 1
gender
enum<string>
required
Available options:
MALE,
FEMALE
birthDate
string
required
Pattern: ^\d{4}-\d{2}-\d{2}$
emails
string<email>[]
required
Minimum array length: 1
Pattern: ^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$
phoneNumbers
string[]
required
Minimum array length: 1
Pattern: ^\d{10,15}$
documents
object
required
address
object
required
loyalty
object
customFields
object

Response

default

Undocumented response (no code type, no existing spec).