简体中文
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>" }'
[ { "email": "<string>", "name": "<string>", "role_assignments": [ { "org_id": "<string>", "role": { "role_id": "<string>", "role_name": "<string>", "role_type": "enterprise" } } ], "user_id": "<string>" } ]
100
显示 子属性