AdminInviteListOutputBody
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/AdminInviteListOutputBody.jsoninvites object[]required
Array [
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/TenantInvite.jsonacceptedAtdate-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"
}