An organization invitation
Field | Type | Required | Description | Example |
---|---|---|---|---|
id |
Optional[str] | ➖ | N/A | inv_12345 |
object |
Optional[models.OrganizationInvitationObject] | ➖ | String representing the object's type. Objects of the same type share the same value. |
organization_invitation |
email_address |
Optional[str] | ➖ | N/A | [email protected] |
role |
Optional[str] | ➖ | N/A | admin |
role_name |
Optional[str] | ➖ | N/A | |
organization_id |
Optional[str] | ➖ | N/A | org_12345 |
status |
Optional[str] | ➖ | N/A | pending |
public_metadata |
Dict[str, Any] | ➖ | N/A | { "key": "value" } |
private_metadata |
Dict[str, Any] | ➖ | N/A | { "private_key": "secret_value" } |
url |
OptionalNullable[str] | ➖ | N/A | |
expires_at |
OptionalNullable[int] | ➖ | Unix timestamp of expiration. |
|
created_at |
Optional[int] | ➖ | Unix timestamp of creation. | 1622547600 |
updated_at |
Optional[int] | ➖ | Unix timestamp of last update. | 1622551200 |