Team
Available Fields
Field
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?