{ "opencollection": "1.0.0", "info": { "name": "Contentstack Analytics Accounts Users API", "version": "v2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "Get current user", "type": "http" }, "http": { "method": "GET", "url": "https://api.contentstack.io/user" }, "docs": "Retrieves the account details of the currently authenticated user, including profile information and organization memberships." }, { "info": { "name": "Update current user", "type": "http" }, "http": { "method": "PUT", "url": "https://api.contentstack.io/user", "body": { "type": "json", "data": "{}" } }, "docs": "Updates profile information for the currently authenticated user, including first name, last name, and other account attributes." } ] } ], "bundled": true }