curl -X GET https://console.jumpcloud.com/api/v2/usergroups/{GroupID}/members \
-H 'Accept: application/json' \
-H 'Content-Type: application/json' \
-H 'x-api-key: {API_KEY}'
Parameter | Description |
---|---|
Group ID | ObjectID of the User Group. |
Limit | The number of records to return at once. Limited to 100. |
Skip | The offset into the records to return. |
Parameter | Description |
---|---|
Organization ID | Organization identifier that can be obtained from console settings. |
[
{
"attributes": {},
"from": {
"attributes": {},
"id": "string",
"type": "string"
},
"to": {
"attributes": {},
"id": "string",
"type": "string"
}
}
]
Was this page helpful?