get https://api.nudgesecurity.io/api/1.0/groups/
Responses
xxxxxxxxxx
curl --request GET \
--url https://api.nudgesecurity.io/api/1.0/groups/group_id \
--header 'accept: application/json'
xxxxxxxxxx
23{
"counters": {
"total_apps_introduced": 0,
"total_members": 0,
"total_saas_accounts": 0
},
"creation_date": "2025-03-29T08:54:46.267Z",
"deleted_at": "2025-03-29T08:54:46.267Z",
"description": "string",
"external_id": "string",
"id": 0,
"name": "string",
"risk_level": "string",
"risk_level_value": 0,
"user_group_metadata": {
"admin_created": true,
"group_type": "string",
"visibility": "string",
"who_can_join": "string",
"who_can_manage_members": "string",
"who_can_view_messages": "string"
}
}