Add User to Group

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

Since

1.0.24

Request

URI:/networks/{networkEID}/users/{userEID}/groups/add
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 add to the group

Request body

Name Description
groups Array of EIDs of the groups to add the user to

Example (decoded)

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

Response

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