Invite to Activity - API v2.4 - CoastSnap - SPOTTERON

Invite users to an activity

Endpoint: https://www.spotteron.com/api/v2.4/activities/{id}/invites
Authentication: Bearer token
Method: POST
Content-Type: application/json
Request body:
All attributes must be nested under data.attributes
Name Required Type Info
user_id true INT The user id

Example Request

{
  "data": {
    "attributes": {
      "user_id": 123
    }
  }
}

Example Response

Returns an empty success response.