Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 4.36 KB

organization.md

File metadata and controls

19 lines (16 loc) · 4.36 KB

Organization

Fields

Field Type Required Description Example
object models.OrganizationObject ✔️ N/A organization
id str ✔️ N/A org_123
name str ✔️ N/A Acme Corp
slug str ✔️ N/A acme-corp
max_allowed_memberships int ✔️ N/A 300
public_metadata Dict[str, Any] ✔️ N/A {
"public_info": "Info visible to everyone"
}
private_metadata Dict[str, Any] ✔️ N/A {
"internal_use_only": "Sensitive data"
}
created_at int ✔️ Unix timestamp of creation.
1625078400
updated_at int ✔️ Unix timestamp of last update.
1625164800
members_count OptionalNullable[int] N/A 150
admin_delete_enabled Optional[bool] N/A true
created_by Optional[str] N/A user_123456