{ "opencollection": "1.0.0", "info": { "name": "Gremlin agents roles API", "version": "1.0" }, "items": [ { "info": { "name": "roles", "type": "folder" }, "items": [ { "info": { "name": "Returns all roles and privileges", "type": "http" }, "http": { "method": "GET", "url": "https://api.gremlin.com/v1/roles" }, "docs": "This operation will return all possible roles at both the team and company levels, along with their associated privileges." }, { "info": { "name": "Create a new custom role", "type": "http" }, "http": { "method": "POST", "url": "https://api.gremlin.com/v1/roles", "body": { "type": "json", "data": "{}" } }, "docs": "This operation will create a new custom role.\nRequires the privilege [`ROLES_WRITE`](https://www.gremlin.com/docs/user-management/access-control/#privileges)" }, { "info": { "name": "Get a custom role", "type": "http" }, "http": { "method": "GET", "url": "https://api.gremlin.com/v1/roles/:roleId", "params": [ { "name": "roleId", "value": "", "type": "path", "description": "identifier of the role" } ] }, "docs": "This operation will return a custom role." }, { "info": { "name": "Update a custom role", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.gremlin.com/v1/roles/:roleId", "params": [ { "name": "roleId", "value": "", "type": "path", "description": "identifier of the role" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This operation will update a custom role.\nRequires the privilege [`ROLES_WRITE`](https://www.gremlin.com/docs/user-management/access-control/#privileges)" }, { "info": { "name": "Delete a custom role", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.gremlin.com/v1/roles/:roleId", "params": [ { "name": "roleId", "value": "", "type": "path", "description": "identifier of the role" } ] }, "docs": "This operation will delete a custom role.\nRequires the privilege [`ROLES_WRITE`](https://www.gremlin.com/docs/user-management/access-control/#privileges)" } ] } ], "bundled": true }