Success
Field | Type | Required | Description | Example |
---|---|---|---|---|
object |
Components\InvitationObject | ✔️ | N/A | |
id |
string | ✔️ | N/A | |
emailAddress |
string | ✔️ | N/A | |
status |
Components\InvitationStatus | ✔️ | N/A | pending |
createdAt |
int | ✔️ | Unix timestamp of creation. |
|
updatedAt |
int | ✔️ | Unix timestamp of last update. |
|
publicMetadata |
array<string, mixed> | ➖ | N/A | |
revoked |
?bool | ➖ | N/A | false |
url |
?string | ➖ | N/A | |
expiresAt |
?int | ➖ | Unix timestamp of expiration. |