v1

latestOpenAPI 3.1.02026-07-24540259.7 KB

createUser

The createUser mutation allows an admin to create a new user within their organization. This action requires an admin token.

post/graphql (3 disregard)

Query parameters

querystring

Response

200

emailstring
first_namestring
last_namestring
adminboolean
send_invite_emailboolean

Example response

{
  "admin": true,
  "send_invite_email": true
}