curl -X POST "https://api.devin.ai/v2/enterprise/members/invite" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "emails": [ "john.doe@company.com", "jane.smith@company.com", "bob.wilson@company.com" ] }'
{ "status": "success", "invited_count": 3 }
Invite multiple users to the enterprise by email (bulk invite, max 100 users)
Show Email Requirements
invited_count