List User Group Members
This endpoint returns the user members of a User Group.
Sample Request
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}'
Basic Parameters
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. |
Advanced Parameters
Parameter | Description |
---|---|
Organization ID | Organization identifier that can be obtained from console settings. |
Example Output
[
{
"attributes": {},
"from": {
"attributes": {},
"id": "string",
"type": "string"
},
"to": {
"attributes": {},
"id": "string",
"type": "string"
}
}
]
Workflow Library Example
List User Group Members with Jumpcloud and Send Results Via Email
Preview this Workflow on desktop