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
Parameter | Description |
---|---|
Attributes | The graph attributes. |
Group ID | ObjectID of the System Group. |
ID | The ObjectID of graph object being added or removed as an association. |
Operator | How to modify the graph connection. |
Type | The member type. |
Advanced Parameters
Parameter | Description |
---|---|
Authorization | Authorization header for the System Context API. |
Date | Current date header for the System Context API. |
Organization ID | Organization identifier that can be obtained from console settings. |
Workflow Library Example
Manage System Group Members with Jumpcloud and Send Results Via Email
Preview this Workflow on desktop