{ "opencollection": "1.0.0", "info": { "name": "Rainbow Application Portal Applications Users API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "Get My Profile", "type": "http" }, "http": { "method": "GET", "url": "https://openrainbow.com/api/rainbow/enduser/v1.0/users/me" }, "docs": "Returns the authenticated user's own profile information." }, { "info": { "name": "Update My Profile", "type": "http" }, "http": { "method": "PUT", "url": "https://openrainbow.com/api/rainbow/enduser/v1.0/users/me", "body": { "type": "json", "data": "{}" } }, "docs": "Updates the authenticated user's profile information." }, { "info": { "name": "Update Presence", "type": "http" }, "http": { "method": "PUT", "url": "https://openrainbow.com/api/rainbow/enduser/v1.0/users/me/presence", "body": { "type": "json", "data": "{}" } }, "docs": "Update the authenticated user's presence status (available, away, busy, dnd)." } ] } ], "bundled": true }