返回企业中某个指定成员的详细信息,包括其个人资料、活动指标和访问权限。
用户在企业中的角色(account_admin, account_member)
curl -X GET "https://api.devin.ai/v2/enterprise/members/user_123" \
-H "Authorization: Bearer YOUR_API_KEY"
{
"user_id": "user_123",
"email": "[email protected]",
"name": "John Doe",
"enterprise_role": "account_admin",
"created_at": "2024-01-15T10:30:00Z",
"last_login": "2024-01-20T14:22:00Z",
"login_count": 15,
"sessions_created_count": 42
}