list_users_associated_with_a_specific_seat
Retrieve users linked to a specific seat, showing team members, coworkers, and platform admins with their roles for account management.
Instructions
List Users Associated With a Specific Seat
This action retrieves all users associated with the chosen seat in any way. The way they are related to a seat determines their user types:
Team Member: Users invited to the team and assigned a seat
Coworker: Users who manage a team that owns the seat
Platform Admin: Users who manage the platform containing the seat
Args: user_id: User ID account_id: Account/Seat ID limit: Maximum number of results (default: 30) offset: Starting position in dataset (default: 0) search: Search query for email or fullName
Returns: Paginated list of associated users with their roles
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | ||
| account_id | Yes | ||
| limit | No | ||
| offset | No | ||
| search | No |