{ "opencollection": "1.0.0", "info": { "name": "Gravitee.io - Access Management alerts devices API", "version": "4.12.0-alpha.3" }, "items": [ { "info": { "name": "devices", "type": "folder" }, "items": [ { "info": { "name": "List users for a security domain", "type": "http" }, "http": { "method": "GET", "url": "/management/organizations/:organizationId/environments/:environmentId/domains/:domain/users/:user/devices", "params": [ { "name": "organizationId", "value": "", "type": "path" }, { "name": "environmentId", "value": "", "type": "path" }, { "name": "domain", "value": "", "type": "path" }, { "name": "user", "value": "", "type": "path" } ] }, "docs": "User must have the DOMAIN_USER_DEVICES[LIST] permission on the specified domain or DOMAIN_USER_DEVICES[LIST] permission on the specified environment or DOMAIN_USER_DEVICES[LIST] permission on the specified organization. " }, { "info": { "name": "Delete a device", "type": "http" }, "http": { "method": "DELETE", "url": "/management/organizations/:organizationId/environments/:environmentId/domains/:domain/users/:user/devices/:device", "params": [ { "name": "organizationId", "value": "", "type": "path" }, { "name": "environmentId", "value": "", "type": "path" }, { "name": "domain", "value": "", "type": "path" }, { "name": "user", "value": "", "type": "path" }, { "name": "device", "value": "", "type": "path" } ] }, "docs": "User must have the DOMAIN_USER_DEVICE[DELETE] permission on the specified domain or DOMAIN_USER_DEVICE[DELETE] permission on the specified environment or DOMAIN_USER_DEVICE[DELETE] permission on the specified organization" } ] } ], "bundled": true }