メインコンテンツまでスキップ

Passenger model

birth_datestring | nullnullable

Passenger birth date

blocked_untilstring,null<date-time>nullable

Timestamp until passenger cannot login

cost_centrenull

Cost centre associated with the passenger

cost_centre_codenull

Cost Centre code

cost_centre_namestring | nullnullable

Cost Centre name

created_by_emailstring,null<email>nullable

Email of the user created the object

departmentnull

Department associated with the passenger

department_codestring | nullnullable

Department code

department_namestring | nullnullable

Department name

emailstring<email>

Email

employee_idstring | nullnullable

Employee ID

failed_login_attemptsinteger

Number of failed login attempts

gender

Passenger gender

is_activeboolean

Is the passenger active

Default value: true
last_loginstring | nullnullable

A date & time as a string. null if a passenger never logged in.

namestring

Name of the passenger

options object

Any passenger-specific options in arbitrary JSON format

user_info object
localestring

Passenger locale

organizationstring,null<uri-reference>nullablerequired

Organization that the passenger belongs to

organization_codestring

Organization code

organization_namestring

Organization name

passenger_typestring<uri-reference>

Type of the passenger

passenger_type_codestring

Passenger Type code

passenger_type_namestring

Passenger Type name

phonestring

Phone number

projectstring<uri-reference>required

Project that the passenger belongs to

stripe_customer_idstring | nullnullable

CustomerID from stripe. See https://stripe.com/docs/billing/customer.

userstring<uri-reference>

User that is a passenger in this project and this organization

user_is_activeboolean

If the user related to the passenger active

Default value: true
usernamestring

Username

created_atstring<date-time>

Creation timestamp of an object

id object

Identifier of the object

anyOf
integer

Can be integer

modified_atstring<date-time>

Last modification timestampo of the object

resource_uristring<uri-reference>

URI of the object instance

Passenger model
{
"birth_date": "string",
"blocked_until": "2024-07-29T15:51:28.071Z",
"cost_centre": "null",
"cost_centre_code": "null",
"cost_centre_name": "string",
"created_by_email": "user@example.com",
"department": "null",
"department_code": "string",
"department_name": "string",
"email": "user@example.com",
"employee_id": "string",
"failed_login_attempts": 0,
"is_active": true,
"last_login": "string",
"name": "string",
"options": {
"user_info": {
"locale": "string"
}
},
"organization": "string",
"organization_code": "string",
"organization_name": "string",
"passenger_type": "string",
"passenger_type_code": "string",
"passenger_type_name": "string",
"phone": "string",
"project": "string",
"stripe_customer_id": "string",
"user": "string",
"user_is_active": true,
"username": "string",
"created_at": "2024-07-29T15:51:28.071Z",
"id": 0,
"modified_at": "2024-07-29T15:51:28.071Z",
"resource_uri": "string"
}