Skip to content

โœ‹ Join Army Event

Endpoint: POST /api/citizen/armies/events/{id}/join
Auth Required: โœ… Yes (Bearer Token)
Content-Type: application/json


๐Ÿ“Œ Description

This endpoint allows an authenticated citizen to register for a community army event.

Event participation is subject to the following rules:

  • Citizen must be an active member of the associated army
  • Event must be active or upcoming
  • Registration may be limited by required volunteer count

This ensures structured and responsible civic participation.


๐Ÿ” Authentication

Include the JWT access token in the request header:


๐Ÿ”— Path Parameter

Parameter Type Required Description
id UUID โœ… Unique event ID

๐Ÿงพ Request Body

No request body is required.

```json {}