EventsAirUser
Defines an EventsAir user with access to an event or contact store.
type EventsAirUser {
createdAt: DateTime!
createdBy: String
firstName: String!
id: ID!
isActive: Boolean!
jobTitle: String
lastModifiedAt: DateTime!
lastModifiedBy: String
lastName: String!
}
Fields
EventsAirUser.createdAt
● DateTime!
non-null scalar
The date and time the record was created.
EventsAirUser.createdBy
● String
scalar
UTF-8 string value that represents the username of the user who created the record. Optional.
EventsAirUser.firstName
● String!
non-null scalar
UTF-8 string value that represents the first name of the user.
EventsAirUser.id
● ID!
non-null scalar
The unique identifier of the user.
EventsAirUser.isActive
● Boolean!
non-null scalar
A flag indicating whether the user is active.
EventsAirUser.jobTitle
● String
scalar
UTF-8 string value that represents the job title of the person (for example, Event Manager
). Optional.
EventsAirUser.lastModifiedAt
● DateTime!
non-null scalar
The date and time the record was last modified.
EventsAirUser.lastModifiedBy
● String
scalar
UTF-8 string value that represents the username of the user who last modified the record. Optional.
EventsAirUser.lastName
● String!
non-null scalar
UTF-8 string value that represents the last name of the user.
Member Of
UserAccessRights
object
Implemented By
EventsAirIdentity
union