Skip to main content

AdminInviteListOutputBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/AdminInviteListOutputBody.json
invites object[]required
  • Array [
  • $schemauri

    A URL to the JSON Schema for this object.

    Example: https://example.com/schemas/TenantInvite.json
    acceptedAtdate-time
    createdAtdate-timerequired
    emailstringrequired
    expiresAtdate-timerequired
    idstringrequired
    invitedBystringrequired
    rolesstring[]nullablerequired
    tenantIdstringrequired
    tokenstring
  • ]
  • AdminInviteListOutputBody
    {
    "$schema": "https://example.com/schemas/AdminInviteListOutputBody.json",
    "invites": "Unknown Type: array,null"
    }