invitation
Represents an invitation sent to a user to join an organization. Contains all details about the invitation including who sent it, who will receive it, and its validity period.
Examples
type Invitation {
id: String
inviteeEmail: String
invitation_url: String
created_at: String
expires_at: String
}
Fields
Field
Description
Supported fields
id String
Unique identifier for the invitation
inviteeEmail String
Email address of the person receiving the invitation
invitation_url String
Complete URL that the invitee can use to accept the invitation
created_at String
Timestamp when this invitation was created, in ISO 8601 format
expires_at String
Timestamp when this invitation will expire, in ISO 8601 format
References
Queries using this object:
Mutations using this object:
Last updated