{ "opencollection": "1.0.0", "info": { "name": "Fieldwire Account Actual Costs Users API", "version": "v3.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "Get Account Users", "type": "http" }, "http": { "method": "GET", "url": "https://client-api.super.fieldwire.com/account/users" }, "docs": "List all users belonging to the authenticated Fieldwire account." }, { "info": { "name": "Get Account User By ID", "type": "http" }, "http": { "method": "GET", "url": "https://client-api.super.fieldwire.com/account/users/:user_id", "params": [ { "name": "user_id", "value": "", "type": "path", "description": "Account user identifier." } ] }, "docs": "Retrieve a single account user by ID." }, { "info": { "name": "Update Account User By ID", "type": "http" }, "http": { "method": "PATCH", "url": "https://client-api.super.fieldwire.com/account/users/:user_id", "params": [ { "name": "user_id", "value": "", "type": "path", "description": "Account user identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update profile fields, role, or status for an account user." } ] } ], "bundled": true }