Skip to main content

Manage System Group Members

This endpoint allows you to manage the system members of a System Group.

Sample Request

curl -X POST https://console.jumpcloud.com/api/v2/systemgroups/{Group_ID}/members \
-H 'Accept: application/json' \
-H 'Content-Type: application/json' \
-H 'x-api-key: {API_KEY}' \
-d '{
"op": "add",
"type": "system",
"id": "{System_ID}"
}'

Basic Parameters

ParameterDescription
AttributesThe graph attributes.
Group IDObjectID of the System Group.
IDThe ObjectID of graph object being added or removed as an association.
OperatorHow to modify the graph connection.
TypeThe member type.

Advanced Parameters

ParameterDescription
AuthorizationAuthorization header for the System Context API.
DateCurrent date header for the System Context API.
Organization IDOrganization identifier that can be obtained from console settings.

Workflow Library Example

Manage System Group Members with Jumpcloud and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop