Teams in Campground are task-focused groups of profiles used for collaboration and workflow management. Unlike groups (which control directory visibility), teams are designed for task assignment and project work. Use these endpoints to read team data and sync it into external systems. All team endpoints require an API key with theDocumentation Index
Fetch the complete documentation index at: https://docs.campground.fyi/llms.txt
Use this file to discover all available pages before exploring further.
read:teams scope. See authentication for details.
The team object
Unique identifier for the team (UUID).
Display name of the team.
Optional description of the team’s purpose.
URL of the team’s avatar image.
ID of the team type this team belongs to, if any. Teams without a type are legacy teams created before the team types feature.
Total number of profiles currently on the team.
Array of team membership records.
ISO 8601 timestamp of when the team was created.
List teams
Returns a paginated list of teams in your organization.Query parameters
Page number to return. Starts at
1.Number of teams to return per page. Maximum is
100.Filter teams by name. Case-insensitive partial match.
Response fields
Array of team objects.
Total number of teams matching the query.
true if additional pages of results exist.The ID of the organization these teams belong to.
Example
Response
Get a team
Returns a single team by ID, including all members.Query parameters
The ID of the team to retrieve.
Example
Response
404 is returned if the team does not exist or does not belong to your organization.