{ "opencollection": "1.0.0", "info": { "name": "Penpot RPC Add Team To Organization Create Team Invitations API", "version": "2.16" }, "items": [ { "info": { "name": "Create Team Invitations", "type": "folder" }, "items": [ { "info": { "name": "POST create-team-invitations", "type": "http" }, "http": { "method": "POST", "url": "https://design.penpot.app/api/main/methodscreate-team-invitations", "body": { "type": "json", "data": "{}" } }, "docs": "A rpc call that allows to send single or multiple invitations to join the team.\n\nSupports two parameter formats:\n1. emails (set) + role (single role for all emails)\n2. invitations (vector of {:email :role} maps for individual roles)" } ] } ], "bundled": true }