Skip to main content

InviteMembersInput (Input)

Description

Input for inviting members.



Fields

NameDescription
defaultSpacesIds - [ID!]The ids of the default spaces the invitees have.
expiresAt - DateTimeWhen does the invitations expire? Empty for no expiration.
invitationMessage - StringCustom message for invitation.
invitees - [InviteeInput!]!The details of the invitees
roleId - IDThe id of the role the invitees have.

input InviteMembersInput {
defaultSpacesIds: [ID!]
expiresAt: DateTime
invitationMessage: String
invitees: [InviteeInput!]!
roleId: ID
}