Skip to main content

Update User Group Member

This endpoint allows you to manage the user members of a User Group.

Sample Request

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

Basic Parameters

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

Advanced Parameters

ParameterDescription
Organization IDOrganization identifier that can be obtained from console settings.

Workflow Library Example

Update User Group Member with Jumpcloud and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop