{ "opencollection": "1.0.0", "info": { "name": "LogRocket GraphQL Data Export Users API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "Create or update user traits", "type": "http" }, "http": { "method": "PUT", "url": "https://api.logrocket.com/orgs/:orgId/apps/:appId/users/:userId", "params": [ { "name": "orgId", "value": "", "type": "path", "description": "The organization identifier found in the LogRocket dashboard URL." }, { "name": "appId", "value": "", "type": "path", "description": "The application or project identifier found in the LogRocket dashboard URL." }, { "name": "userId", "value": "", "type": "path", "description": "The unique identifier for the user within your application." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates or updates a user record with the specified traits. If the user already exists, any traits present in the request will be updated to the new value. Traits not included in the request will maintain their previous values. To remove a trait, set it to a blank value. Any user trait values submitted as integers or booleans will be converted to strings in the response." } ] } ], "bundled": true }