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
id JsonNullable<String> Unique identifier 8187e5da-dc77-475e-9949-af0f1fa4e4e3
remoteId JsonNullable<String> Provider's unique identifier 8187e5da-dc77-475e-9949-af0f1fa4e4e3
type JsonNullable<TicketingUserType> N/A
name JsonNullable<String> John Doe John Doe
primaryEmail JsonNullable<String> The user's primary email address john.doe@example.com
primaryPhone JsonNullable<String> The user's primary phone number 555-5555-5555
username JsonNullable<String> The username of the user in the provider system johndoe
active JsonNullable<TicketingUserActive> If the user is active true
firstName JsonNullable<String> The first name of the user John
lastName JsonNullable<String> The last name of the user Doe
customerAccountReference JsonNullable<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
createdAt OffsetDateTime The timestamp when the record was created 2021-01-01T01:01:01.000Z
updatedAt OffsetDateTime The timestamp when the record was last updated 2021-01-01T01:01:01.000Z