Mutations
createInvite
MUTATION
createInvite(input: CreateInviteInput!): CreateInviteArguments
input
required
Returns
invite
Mutation
mutation CreateInvite($input: CreateInviteInput!) {
createInvite(input: $input) {
invite {
LastSessionId
_created
_etag
_updated
auth0InvitationId
auth0OrgId
}
}
}Variables
{
"input": {
"email": "string"
}
}Response
{
"data": {
"createInvite": {
"invite": {
"LastSessionId": "string",
"_created": "value",
"_etag": "string",
"_updated": "value",
"auth0InvitationId": "string",
"auth0OrgId": "string"
}
}
}
}Was this page helpful?
⌘I
Mutation
mutation CreateInvite($input: CreateInviteInput!) {
createInvite(input: $input) {
invite {
LastSessionId
_created
_etag
_updated
auth0InvitationId
auth0OrgId
}
}
}Variables
{
"input": {
"email": "string"
}
}Response
{
"data": {
"createInvite": {
"invite": {
"LastSessionId": "string",
"_created": "value",
"_etag": "string",
"_updated": "value",
"auth0InvitationId": "string",
"auth0OrgId": "string"
}
}
}
}