{ "opencollection": "1.0.0", "info": { "name": "Thinkific Admin Bundles Group Users API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Group Users", "type": "folder" }, "items": [ { "info": { "name": "Create a User to existing Groups", "type": "http" }, "http": { "method": "POST", "url": "https://api.thinkific.com/api/public/v1/group_users", "body": { "type": "json", "data": "{}" } }, "docs": "Create an existing User to existing Groups" } ] } ], "bundled": true }