Skip to main content

Passenger model as client

emailstring

Passenger email

employee_idinteger | nullnullable
languagestring
localestring | nullnullable
namestring | nullnullable
genderstring | nullnullable
birth_datestring | nullnullable
has_passwordboolean
organization_idinteger
phonestring | nullnullable
stripe_customer_idstring | nullnullable
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 as client
{
"email": "string",
"employee_id": 0,
"language": "string",
"locale": "string",
"name": "string",
"gender": "string",
"birth_date": "string",
"has_password": true,
"organization_id": 0,
"phone": "string",
"stripe_customer_id": "string",
"created_at": "2024-07-29T15:51:28.071Z",
"id": 0,
"modified_at": "2024-07-29T15:51:28.071Z",
"resource_uri": "string"
}