Skip to main content
DELETE
End Seat

Authorizations

Authorization
string
header
required

Authentication: Customer session tokens authenticate buyers within your organization. Generate one through the customer session operation.

Path Parameters

seat_id
string<uuid4>
required

Response

Request completed successfully

created_at
string<date-time>
required

The time Ruba created this record.

modified_at
string<date-time> | null
required

The time this record last changed.

id
string<uuid>
required

Id: Seat ID.

status
enum<string>
required

Status: Status of the seat.

Available options:
pending,
claimed,
revoked
subscription_id
string<uuid> | null

Subscription Id: Subscription ID (for recurring seats).

order_id
string<uuid> | null

Order Id: Order ID (for one-time purchase seats).

customer_id
string<uuid> | null

Customer Id: Customer ID. When member_model_enabled is true, this is the billing customer (purchaser). When false, this is the seat member customer.

member_id
string<uuid> | null

Member Id: Member ID of the seat occupant.

member
Member · object | null

Member: Member associated with this seat.

email
string | null

Email: Email of the seat member (set when member_model_enabled is true).

customer_email
string | null

Customer Email: Assigned customer email.

invitation_token_expires_at
string<date-time> | null

Invitation Token Expires At: When the invitation token expires.

claimed_at
string<date-time> | null

Claimed At: When the seat was claimed.

revoked_at
string<date-time> | null

Revoked At: When the seat was revoked.

seat_metadata
Seat Metadata · object | null

Seat Metadata: Additional metadata for the seat.