日本語
cURL
curl --request GET \ --url https://api.devin.ai/v2/enterprise/roles \ --header 'Authorization: Bearer <token>'
[ { "role_id": "<string>", "role_name": "<string>", "role_type": "<string>" } ]
ユーザーのEnterpriseで利用可能なすべてのロールを一覧表示します
Personal API Key (apk_user_*) for Enterprise Admins only
Successful Response