Types > InvitationCreate
Commerce APITypesInvitationCreate
InvitationCreate

Description

Topic: Invitations

Fields

email: String!

Email of the invited user

Example: "no+spam@mail.com"

Valid when: email's length doesn't exceed 250 characters


name: String

Name of the user (used when sending an email)

Example: "Jane Smith"

Valid when: name's length doesn't exceed 250 characters


permissions: [String!]

A set of permission bits to set for a user when he accepts an invite


role_ids: [String!]

A set of roles to set for a user when he accepts an invite


Used By

Mutations

invitationsCreate

Preview (typescript)

Loading module