For the complete documentation index, see llms.txt. This page is also available as Markdown.

Team

Available Fields

Field

id

created_at

name

description

belongs_to__organization


Examples

Get all teams associated with user

GET "https://api.balena-cloud.com/v7/team" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer <AUTH_TOKEN>" 

Get team by ID

GET "https://api.balena-cloud.com/v7/team(<ID>)" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer <AUTH_TOKEN>" 

Delete team with ID

Create a new team in organization

Last updated

Was this helpful?