Πήγαινε στο κύριο περιεχόμενο

createInvitation

SRP

Create a new invitation for a user to join a group.

Input

invitationCreateInput

Return Type

ID

Example

mutation InviteUser {
createInvitation(input: {
groupId: "Z3JwMTIzNDU2"
email: "newuser@example.com"
permission: SEND
suppressEmail: false
})
}

Export This Article

Save a copy of this page as PDF or plain text.