TenantInvite
$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
TenantInvite
{
"$schema": "https://example.com/schemas/TenantInvite.json",
"acceptedAt": "2024-07-29T15:51:28.071Z",
"createdAt": "2024-07-29T15:51:28.071Z",
"email": "string",
"expiresAt": "2024-07-29T15:51:28.071Z",
"id": "string",
"invitedBy": "string",
"roles": "Unknown Type: array,null",
"tenantId": "string",
"token": "string"
}