Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X GET https://console.jumpcloud.com/api/v2/usergroups/{GroupID} \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -H 'x-api-key: {API_KEY}'
{ "attributes": { "sudo": { "enabled": true, "withoutPassword": true }, "ldapGroups": [ { "name": "string" } ], "posixGroups": [ { "id": 0, "name": "string" } ], "radius": { "reply": [ { "name": "string", "value": "string" } ] }, "sambaEnabled": true }, "description": "string", "email": "string", "id": "string", "memberQuery": { "queryType": "FilterQuery", "filters": [ { "field": "string", "operator": "eq", "value": "string" } ] }, "memberQueryExemptions": [ { "attributes": {}, "id": "string", "type": "string" } ], "memberSuggestionsNotify": true, "membershipAutomated": true, "name": "string", "suggestionCounts": { "add": 0, "remove": 0, "total": 0 }, "type": "user_group" }
Was this page helpful?