Skip to content

Remove User

Allows the group owner or admin to remove one or more users from the group.

POST/group/v1/removeuser
Terminal window
curl -X POST https://api.juspredict.com/group/v1/removeuser \
-H 'Authorization: Bearer YOUR_TOKEN' \
-H 'Content-Type: application/json' \
-d '{
"group_id": "group-uuid",
"user_id": ["u1", "u2"]
}'
{
"status": { "type": "SUCCESS" }
}
FieldTypeDescription
statusStatusOperation status.