{ "opencollection": "1.0.0", "info": { "name": "Frame.io Account Permissions API", "version": "v4.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://ims-na1.adobelogin.com/ims/authorize/v2", "accessTokenUrl": "https://ims-na1.adobelogin.com/ims/token/v3", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Account Permissions", "type": "folder" }, "items": [ { "info": { "name": "List account user roles", "type": "http" }, "http": { "method": "GET", "url": "https://api.frame.io/v4/accounts/:account_id/users", "params": [ { "name": "account_id", "value": "b92bffff-4e3d-4037-9959-2eb161e002e8", "type": "path" }, { "name": "include_deactivated", "value": "", "type": "query", "description": "Supports including deactivated users in the response. Default is false." }, { "name": "sort", "value": "", "type": "query", "description": "Sort account users by query params" }, { "name": "after", "value": "", "type": "query", "description": "Opaque Cursor query param for requests returning paginated results.\n
\nNOTE: this value is auto-generated and included as part of links from a previous response. It is not intended to be human readable.\n" }, { "name": "page_size", "value": "", "type": "query" }, { "name": "include_total_count", "value": "", "type": "query" } ] }, "docs": "List user roles for a given account.
Rate Limits: 100 calls per 1.00 minute(s) per account_user" } ] } ], "bundled": true }