Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 6.62 KB

organizationinvitation.md

File metadata and controls

22 lines (18 loc) · 6.62 KB

OrganizationInvitation

An organization invitation

Fields

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