日本語
cURL
curl --request GET \ --url https://api.devin.ai/v2/enterprise/members \ --header 'Authorization: Bearer <token>'
{ "has_more": true, "items": [ { "created_at": "2023-11-07T05:31:56Z", "email": "<string>", "enterprise_role": "<string>", "name": "<string>", "user_id": "<string>", "last_login": "2023-11-07T05:31:56Z", "login_count": 123, "saml_id": "<string>", "searches_created_count": 0, "sessions_created_count": 0 } ], "limit": 123, "skip": 123, "total": 123, "next_cursor": 123 }
このEnterprise内のメンバーをページネーション対応で一覧取得します
Personal API Key (apk_user_*) for Enterprise Admins only
x >= 0
1 <= x <= 200
Successful Response
表示 子属性