Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 10.9 KB

File metadata and controls

20 lines (17 loc) · 10.9 KB

TicketingUser

Fields

Field Type Required Description Example
active T.nilable(T.any(T::Boolean, Models::Shared::TicketingUser2)) If the user is active true
created_at Date The timestamp when the record was created 2021-01-01T01:01:01.000Z
customer_account_reference T.nilable(::String) The unique account reference assigned as an external user (e.g. the customer account identifier registered on the customer-facing site or portal) JohnDoe123
first_name T.nilable(::String) The first name of the user John
id T.nilable(::String) Unique identifier 8187e5da-dc77-475e-9949-af0f1fa4e4e3
last_name T.nilable(::String) The last name of the user Doe
name T.nilable(::String) John Doe John Doe
primary_email T.nilable(::String) The user's primary email address john.doe@example.com
primary_phone T.nilable(::String) The user's primary phone number 555-5555-5555
remote_id T.nilable(::String) Provider's unique identifier 8187e5da-dc77-475e-9949-af0f1fa4e4e3
type T.nilable(Models::Shared::TicketingUserType) N/A
updated_at Date The timestamp when the record was last updated 2021-01-01T01:01:01.000Z
username T.nilable(::String) The username of the user in the provider system johndoe