Accept Connection Request of user

This API is used to accept Connection Requests of other users.

This API is used to accept the Connection Request of users. Once you accept any user's Connection Request, then those users are shown in My Connection list.
Once you accept a Connection Request of any user, you can't remove those users from your Connection List.
Once you are connected with the user, they are connected in future events also.
To call this API you will need a Connection Request from the user.

Accept Connection Request of user

Here is the API endpoint.

Here is a sample of the success response.

{
  "type": "Success",
  "message": "Attendee Connected"
}