{ "opencollection": "1.0.0", "info": { "name": "Tripleseat Accounts Users API", "version": "v1" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.tripleseat.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "List Users", "type": "http" }, "http": { "method": "GET", "url": "https://api.tripleseat.com/v1/users.json", "params": [ { "name": "page", "value": "", "type": "query", "description": "The page of results to return. Each page contains 50 records." } ] }, "docs": "Retrieve users who can log into your Tripleseat. Creating, updating, or deleting users via the API is not supported." }, { "info": { "name": "Get User", "type": "http" }, "http": { "method": "GET", "url": "https://api.tripleseat.com/v1/users/:user_id.json", "params": [ { "name": "user_id", "value": "", "type": "path", "description": "The unique identifier of the user." } ] }, "docs": "Retrieve information for a single user by identifier." } ] } ], "bundled": true }