OnlineUser
Represents details about a contact's access to interactive sites, mobile apps & appstore portals.
type OnlineUser {
appPin: String
autoLoginToken: String!
createdAt: DateTime!
createdBy: String
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
}
Fields
OnlineUser.appPin
● String
scalar
UTF-8 string value that represents the app PIN allowing the contact to log into mobile apps and app store portals. Optional.
OnlineUser.autoLoginToken
● String!
non-null scalar
UTF-8 string value that represents the token allowing the contact to log into interactive sites, mobile apps & appstore portals.
OnlineUser.createdAt
● DateTime!
non-null scalar
The date and time the record was created.
OnlineUser.createdBy
● String
scalar
UTF-8 string value that represents the username of the user who created the record. Optional.
OnlineUser.id
● ID!
non-null scalar
The unique identifier for the online user.
OnlineUser.lastModifiedAt
● DateTime!
non-null scalar
The date and time the record was last modified.
OnlineUser.lastModifiedBy
● String
scalar
UTF-8 string value that represents the username of the user who last modified the record. Optional.
Member Of
CeContactStoreContact
object ● Contact
object ● ContactStoreContact
object ● MembershipContactStoreContact
object