Activate Network

POST https://api.speakap.io/networks/:eid/activate

Request

URI:/networks/{networkEID}/activate
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

Request body

Name Description
language Language to use as default language for the network (RFC 5646/4647 format, e.g. ‘en-US’).
password Password to assign to the user. Only relevant if the user account was not activated before.

Response

202
Accepted for storage: returns a Feedback object
400
Activation error: returns an Error object
403
Unauthorized: returns an Error object
404
Unknown network: returns an Error object
409
Conflict (network already activated): returns an Error object
410
Deleted network: returns an Error object