{ "opencollection": "1.0.0", "info": { "name": "Segment Config Alias Group API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Group", "type": "folder" }, "items": [ { "info": { "name": "Associate user with a group", "type": "http" }, "http": { "method": "POST", "url": "https://platform.segmentapis.com/v1beta/group", "body": { "type": "json", "data": "{}" } }, "docs": "Associates an identified user with a group such as a company, organization, or account. A group call lets you record which group a user belongs to and set traits on the group." } ] } ], "bundled": true }