Skip to main content

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

ParameterDescription
Group IDObjectID of the User Group.
LimitThe number of records to return at once. Limited to 100.
SkipThe offset into the records to return.

Advanced Parameters

ParameterDescription
Organization IDOrganization 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

Workflow LibraryPreview this Workflow on desktop