The Invitee Object
The Object
Attribute | Description |
*id
| It is a UUID v4 (36 characters long) automatically generated |
*type
| This is an immutable field which indicates the type of the object. In this case 'invitee' |
*expectedAt
| Date and time of the invitee expected date, e.g.: "2014-09-08T08:02:17-05:00" (ISO 8601, no fractional seconds) |
*status
| Indicates the status of the invitee. It can be |
event
| Only used by Webhook Endpoint |
lang
| Invitee preferred language (E.g.: 'pt-BR') |
name
| Invitee name |
host
| |
meeting | The Meeting Object (The host is NOT included inside the meeting) |
phone
| Invitee phone |
cpf
| Invitee CPF (Brazil only). |
rg
| Invitee RG (Brazil only). |
document
| Invitee document. |
| Invitee email. |
address
| Invitee address. |
company
| Invitee company. |
position
| Invitee position. |
sector
| Invitee sector. |
pictureUrl
| Invitee picture URL (It can be a base64 on the insert/update request) |
customFields
| Invitee extra fields following the Custom Field Object |
cardNumber
| Random Int32 number. This is used to integrate with the ticket gate. |
notes
| Private notes. |
requiresAuthorization | If |
Short Sample
Available Methods
GET
/v1/invitee/:idGET
/v1/inviteesPATCH
/v1/invitee/:idDELETE
/v1/invitee/:id
Table of Errors
Method | Type | |
| INVALID_LIMIT_VALUE INVALID_OFFSET_VALUE INVALID_QUERY_OPERATOR INVALID_QUERY_KEY INTERNAL | |
| MISSING_NOT_FOUND INVALID_CPF INVALID_EMAIL INVALID_STATUS INVALID_CARD_NUMBER | |
| NOT_FOUND | |
| MISSING_ID | |
| UNAUTHORIZED |
Last updated