Properties
| Name | Type | Description |
|---|---|---|
| email_address | string | _t__TeamInviteResponse::EMAIL_ADDRESS |
| team_id | string | _t__TeamInviteResponse::TEAM_ID |
| role | string | _t__TeamInviteResponse::ROLE |
| sent_at | integer | _t__TeamInviteResponse::SENT_AT |
| redeemed_at | integer | _t__TeamInviteResponse::REDEEMED_AT |
| expires_at | integer | _t__TeamInviteResponse::EXPIRES_AT |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/TeamInviteResponse",
"title": "TeamInviteResponse",
"properties": {
"email_address": {
"description": "_t__TeamInviteResponse::EMAIL_ADDRESS",
"type": "string"
},
"team_id": {
"description": "_t__TeamInviteResponse::TEAM_ID",
"type": "string"
},
"role": {
"description": "_t__TeamInviteResponse::ROLE",
"type": "string"
},
"sent_at": {
"description": "_t__TeamInviteResponse::SENT_AT",
"type": "integer"
},
"redeemed_at": {
"description": "_t__TeamInviteResponse::REDEEMED_AT",
"type": "integer"
},
"expires_at": {
"description": "_t__TeamInviteResponse::EXPIRES_AT",
"type": "integer"
}
},
"type": "object",
"x-internal": true
}