Detailed information for
resources
balenaCloud API Resources
Note: We recently renamed applications to fleets and are in the process of updating our API resources. Application resources continue to function correctly and can be used to work with fleets. Find out more about the changes here.
Available fields
id
created_at
user
is_member_of__organization
organization_membership_role
effective_seat_role
Examples
Get all organization memberships
curl -X GET \
"https://api.balena-cloud.com/v7/organization_membership" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer <AUTH_TOKEN>"