Skip to main content

List Your Teams

View the teams you belong to:
prime teams list

Available Options

--limit
integer
Maximum number of teams to return (default: 100)
--offset
integer
Number of teams to skip for pagination (default: 0)
--output
string
Output format: table (default) or json

Example Output

IDNameSlugRoleCreated
clvb0itli0000oxevorvgrpfnMy Teammy-teamADMIN2025-01-15T10:30:00
clvb1jtmk0001pxfv1abc2defResearch Labresearch-labMEMBER2025-02-01T14:20:00

List Team Members

View the members of a specific team:
prime teams members
This uses the team from your config. To specify a different team:
prime teams members --team-id clvb0itli0000oxevorvgrpfn

Available Options

--team-id
string
Team ID to list members for. Uses the configured team ID if not specified.
--output
string
Output format: table (default) or json

Example Output

User IDNameEmailRoleJoined
clvb0itli0000oxevorvgrpfnAlicealice@example.comADMIN2025-01-15T10:30:00
clvb1jtmk0001pxfv1abc2defBobbob@example.comMEMBER2025-02-01T14:20:00
Set a default team with prime config set-team-id so you don’t need to pass --team-id every time.