Skip to content
Start here

Seats

Update a user seat
zero_trust.seats.edit(SeatEditParams**kwargs) -> SyncSinglePage[Seat]
PATCH/accounts/{account_id}/access/seats
ModelsExpand Collapse
class Seat:
access_seat: Optional[bool]

True if the seat is part of Access.

created_at: Optional[datetime]
formatdate-time
gateway_seat: Optional[bool]

True if the seat is part of Gateway.

seat_uid: Optional[str]

The unique API identifier for the Zero Trust seat.

maxLength36
updated_at: Optional[datetime]
formatdate-time