Passenger model
Passenger birth date
Timestamp until passenger cannot login
Cost centre associated with the passenger
Cost Centre code
Cost Centre name
Email of the user created the object
Department associated with the passenger
Department code
Department name
Employee ID
Number of failed login attempts
Passenger gender
Is the passenger active
trueA date & time as a string.
null if a passenger never logged in.
Name of the passenger
options object
Any passenger-specific options in arbitrary JSON format
user_info object
Passenger locale
Organization that the passenger belongs to
Organization code
Organization name
Type of the passenger
Passenger Type code
Passenger Type name
Phone number
Project that the passenger belongs to
CustomerID from stripe. See https://stripe.com/docs/billing/customer.
User that is a passenger in this project and this organization
If the user related to the passenger active
trueUsername
Creation timestamp of an object
id object
Identifier of the object
- integer
- uuid
Can be integer
Can be UUID
Last modification timestampo of the object
URI of the object instance
{
"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"
}