Skip to main content

InviteeInput (Input)

Description

No description



Fields

NameDescription
defaultSpacesIds - [ID!]The ids of the default spaces this invitee has.
email - String!The email address of the invitee.
name - StringThe name of the invitee.
roleId - IDThe role id of the invitee.

input InviteeInput {
defaultSpacesIds: [ID!]
email: String!
name: String
roleId: ID
}