Remove User from Group

POST https://api.speakap.io/networks/:eid/users/:eid/groups/remove

Since

1.0.24

Request

URI:/networks/{networkEID}/users/{userEID}/groups/remove
Method:POST
Accept:application/vnd.speakap.api-v1.8.2+json+hal
Content-Type:application/x-www-form-urlencoded
Authentication:OAuth 2.0

Parameters

Name Type Description
networkEID EID Network EID
userEID EID EID of the user to remove from the group

Request body

Name Description
groups Array of EIDs of the groups to remove the user from

Example (decoded)

groups[]=0123456789ABCEF&groups[]=ABCDEF9087654321

Response

200
User has been remove from the group(s)
400
Bad Request: returns an Error object