curl --request GET \
--url http://localhost:3001/api/admin/groups/users \
--header 'Authorization: <api-key>'{
"users": [
"<string>"
]
}Get list of users for a specific group
curl --request GET \
--url http://localhost:3001/api/admin/groups/users \
--header 'Authorization: <api-key>'{
"users": [
"<string>"
]
}