{ "opencollection": "1.0.0", "info": { "name": "Viam Billing Arm Members API", "version": "2026.05" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "header" } }, "items": [ { "info": { "name": "Members", "type": "folder" }, "items": [ { "info": { "name": "Viam List Organization Members", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.app.v1.AppService/ListOrganizationMembers", "body": { "type": "json", "data": "{}" } }, "docs": "List members and pending invites for an organization." }, { "info": { "name": "Viam Invite Organization Member", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.app.v1.AppService/CreateOrganizationInvite", "body": { "type": "json", "data": "{}" } }, "docs": "Invite a user to an organization with one or more authorizations." }, { "info": { "name": "Viam Remove Organization Member", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.app.v1.AppService/DeleteOrganizationMember", "body": { "type": "json", "data": "{}" } }, "docs": "Remove a member from an organization." } ] } ], "bundled": true }