{ "opencollection": "1.0.0", "info": { "name": "Multi-Tenancy API (BETA) BinExplode Roles API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Roles", "type": "folder" }, "items": [ { "info": { "name": "Assign role to user", "type": "http" }, "http": { "method": "PUT", "url": "{scheme}://{server}/v0/roles/assign", "body": { "type": "json", "data": "{}" } }, "docs": "Assign a role to a user within the organization" } ] } ], "bundled": true }