GroupInvitation
A pending invitation for a user to join a group.
Invitations are sent by email. The invited user must accept the invitation to become a group member. Pending invitations can be revoked by an organization admin before they are accepted.
type GroupInvitation {
id: ID!
email: String!
createdAt: DateTime!
}
Fields
GroupInvitation.id ● ID! non-null scalar {#id}
Unique identifier for this invitation.
GroupInvitation.email ● String! non-null scalar {#email}
Email address the invitation was sent to.
GroupInvitation.createdAt ● DateTime! non-null scalar {#created-at}
When the invitation was sent (UTC).
Member Of
GroupInvitationPayload object