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

User

Available Fields

Field

id

actor

username

created_at


Examples

Get users associated with account

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

Get users associated with fleet

GET "https://api.balena-cloud.com/v7/user__is_member_of__application?\$expand=user(\$select=id,username,actor),application_membership_role(\$select=id,name,actor)&\$filter=is_member_of__application%20eq%20<ID>" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer <AUTH_TOKEN>" 

Create fleet membership

Delete fleet membership

Last updated

Was this helpful?