{ "opencollection": "1.0.0", "info": { "name": "Stanley Black & Decker Tool Connect Assets Users API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "List Users", "type": "http" }, "http": { "method": "GET", "url": "https://api.dewalt.com/v1/users" }, "docs": "Returns all users in the authenticated account's Tool Connect organization with their roles and jobsite assignments." } ] } ], "bundled": true }