Skip to main content

InviteGroupViewer

Group details included in a group invitation.

Shows which group you are being invited to join, its role type, and which organization it belongs to, so you can make an informed decision before accepting.

type InviteGroupViewer {
id: ID!
name: String!
type: ViewerGroupType!
organization: InviteOrganizationViewer!
}

Fields

InviteGroupViewer.id ● ID! non-null scalar {#id}

Unique identifier for the group.

InviteGroupViewer.name ● String! non-null scalar {#name}

Name of the group you are being invited to.

InviteGroupViewer.type ● ViewerGroupType! non-null enum {#type}

The role type of this group (admin, viewer, or custom).

InviteGroupViewer.organization ● InviteOrganizationViewer! non-null object {#organization}

The organization this group belongs to.

Member Of

InviteViewer object