Join Network

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

Request

URI:/networks/{networkEID}/join
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
authentication_code Authentication code provided by the invitation mail. Only relevant if the authenticated user is not associated with the email address the invitation mail was sent to.
email Email address the invitation mail was sent to. Only relevant if the authenticated user is not associated with the email address the invitation mail was sent to.
password Password to assign to the user. Only relevant if the user account was not activated before.
agreementVersion Terms And Conditions verion number (e.g. “1.0”) user is accepting (if applicable in the network).
privacyStatementVersion Privacy Statement verion number (e.g. “1.0”) user is accepting (if applicable in the network).

Response

Status code:
200
Authenticated user has successfully joined the network
403
Unauthorized: returns an Error object
404
Unknown network: returns an Error object
409
User already is a member: returns an Error object