Skip to main content

InviteInput

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/InviteInput.json
emailstringrequired
rolesstring[]nullablerequired
InviteInput
{
"$schema": "https://example.com/schemas/InviteInput.json",
"email": "string",
"roles": "Unknown Type: array,null"
}