The Invitee Object
The Object
Attribute
Description
*id
string
required
It is a UUID v4 (36 characters long) automatically generated
*type
string
required
This is an immutable field which indicates the type of the object. In this case 'invitee'
*expectedAt
string
required
Date and time of the invitee expected date, e.g.: "2014-09-08T08:02:17-05:00" (ISO 8601, no fractional seconds)
*status
string
required
Indicates the status of the invitee. It can be confirmed
, arrived
or canceled
event
string
lang
string
Invitee preferred language (E.g.: 'pt-BR')
name
string
Invitee name
host
object
meeting object
phone
string
Invitee phone
cpf
string
Invitee CPF (Brazil only).
rg
string
Invitee RG (Brazil only).
document
string
Invitee document.
string
Invitee email.
address
string
Invitee address.
company
string
Invitee company.
position
string
Invitee position.
sector
string
Invitee sector.
pictureUrl
string
Invitee picture URL (It can be a base64 on the insert/update request)
customFields
array
cardNumber
int32
Random Int32 number. This is used to integrate with the ticket gate.
notes
string
Private notes.
requiresAuthorization bool
If true
the visit will not be allowed by default. Default value is false
Short Sample
Available Methods
GET
/v1/invitee/:idGET
/v1/inviteesPATCH
/v1/invitee/:idDELETE
/v1/invitee/:id
Table of Errors
Method
Type
GET
/invitees
INVALID_LIMIT_VALUE
INVALID_OFFSET_VALUE
INVALID_QUERY_OPERATOR
INVALID_QUERY_KEY INTERNAL
PATCH
MISSING_NOT_FOUND
INVALID_CPF
INVALID_EMAIL
INVALID_STATUS
INVALID_CARD_NUMBER
GET
PATCH
DELETE
NOT_FOUND
GET
PATCH
DELETE
MISSING_ID
GET
PATCH
DELETE
UNAUTHORIZED
Last updated
Was this helpful?