Upon further investigation I have seen that :
GET /groups/{group_id}/members
endpoint in Authorization Extension API Explorer returns
{
"statusCode": 500,
"error": "Internal Server Error",
"message": "An internal server error occurred"
}
The other group members endpoints seem to fine. What is the issue with the above endpoint?