Account
A human user account in your organization.
Returned wherever the API exposes the people behind group memberships and
organization roster — for example as an element of Group.members and
Organization.members. Every account in the result set is already a
member of at least one group in the organization.
type Account {
id: ID!
email: String!
firstName: String
lastName: String
}
Fields
Account.id ● ID! non-null scalar {#id}
Unique identifier for this account.
Account.email ● String! non-null scalar {#email}
Email address used to sign in and receive notifications.
Account.firstName ● String scalar {#first-name}
Given name as it appears in the UI, or null if not set.
Account.lastName ● String scalar {#last-name}
Family name as it appears in the UI, or null if not set.
Member Of
AccountsPage object
Implemented By
AddedAccountToGroup union