curl --request GET \
--url http://localhost:3001/api/admin/groups/users
{
"users": [
"<string>"
]
}
Get list of users for a specific group
curl --request GET \
--url http://localhost:3001/api/admin/groups/users
{
"users": [
"<string>"
]
}
Default Response
The response is of type object
.