An organization invitation
Field | Type | Required | Description | Example |
---|---|---|---|---|
Id |
string | ➖ | N/A | inv_12345 |
Object |
OrganizationInvitationObject | ➖ | String representing the object's type. Objects of the same type share the same value. |
organization_invitation |
EmailAddress |
string | ➖ | N/A | [email protected] |
Role |
string | ➖ | N/A | admin |
RoleName |
string | ➖ | N/A | |
OrganizationId |
string | ➖ | N/A | org_12345 |
Status |
string | ➖ | N/A | pending |
PublicMetadata |
Dictionary<String, object> | ➖ | N/A | { "key": "value" } |
PrivateMetadata |
Dictionary<String, object> | ➖ | N/A | { "private_key": "secret_value" } |
CreatedAt |
long | ➖ | Unix timestamp of creation. | 1622547600 |
UpdatedAt |
long | ➖ | Unix timestamp of last update. | 1622551200 |