User
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
GET /v7/user HTTP/1.1
Host: api.balena-cloud.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
GET /v7/user__is_member_of__application HTTP/1.1
Host: api.balena-cloud.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
POST /v7/user__is_member_of__application HTTP/1.1
Host: api.balena-cloud.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 101
{
"is_member_of_application": "<ID>",
"username": "<USERNAME>",
"application_membership_role": "<ROLE ID>"
}DELETE /v7/user__is_member_of__application(is_member_of__application={ID},user={USER ID}) HTTP/1.1
Host: api.balena-cloud.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*