cURL
curl --request POST \ --url https://api.devin.ai/v3beta1/enterprise/members/users \ --header 'Content-Type: application/json' \ --data '{ "emails": [ "<string>" ], "enterprise_role_id": "<string>" }'
[ { "user_id": "<string>", "email": "<string>", "name": "<string>", "role_assignments": [ { "role": { "role_name": "<string>", "role_id": "<string>", "role_type": "enterprise" }, "org_id": "<string>" } ] } ]
Bulk invite users to the enterprise with a specific enterprise_role_id.
100
Successful Response
Show child attributes