An organization invitation
Field | Type | Required | Description |
---|---|---|---|
object |
OrganizationInvitationObject | ✔️ | String representing the object's type. Objects of the same type share the same value. |
id |
String | ✔️ | N/A |
emailAddress |
String | ✔️ | N/A |
role |
String | ✔️ | N/A |
roleName |
String | ✔️ | N/A |
organizationId |
Optional<String> | ➖ | N/A |
status |
Optional<String> | ➖ | N/A |
publicMetadata |
Map<String, Object> | ✔️ | N/A |
privateMetadata |
Map<String, Object> | ➖ | N/A |
url |
Optional<String> | ✔️ | N/A |
expiresAt |
Optional<Long> | ✔️ | Unix timestamp of expiration. |
createdAt |
long | ✔️ | Unix timestamp of creation. |
updatedAt |
long | ✔️ | Unix timestamp of last update. |