CustomerSeat

February 25, 2026 ยท View on GitHub

Fields

FieldTypeRequiredDescription
created_atdate:heavy_check_mark:Creation timestamp of the object.
modified_atdate:heavy_check_mark:Last modification timestamp of the object.
idstr:heavy_check_mark:The seat ID
subscription_idOptionalNullable[str]:heavy_minus_sign:The subscription ID (for recurring seats)
order_idOptionalNullable[str]:heavy_minus_sign:The order ID (for one-time purchase seats)
statusmodels.SeatStatus:heavy_check_mark:N/A
customer_idOptionalNullable[str]:heavy_minus_sign:The customer ID. When member_model_enabled is true, this is the billing customer (purchaser). When false, this is the seat member customer.
member_idOptionalNullable[str]:heavy_minus_sign:The member ID of the seat occupant
memberOptionalNullable[models.Member]:heavy_minus_sign:The member associated with this seat
emailOptionalNullable[str]:heavy_minus_sign:Email of the seat member (set when member_model_enabled is true)
customer_emailOptionalNullable[str]:heavy_minus_sign:The assigned customer email
invitation_token_expires_atdate:heavy_minus_sign:When the invitation token expires
claimed_atdate:heavy_minus_sign:When the seat was claimed
revoked_atdate:heavy_minus_sign:When the seat was revoked
seat_metadataDict[str, Any]:heavy_minus_sign:Additional metadata for the seat