โ Review Volunteer Join Request
Endpoint: POST /api/admin/volunteers/join-requests/{id}/review/
Auth Required: โ
Yes (Admin Bearer Token)
Content-Type: application/json
๐ Description
This endpoint allows administrators to review and process a volunteer join request submitted for a Tier 2 volunteer group.
Based on the evaluation of submitted details, the admin can:
- Approve the request โ user becomes an active group member
- Reject the request โ user is denied entry with a recorded reason
This ensures that only verified and suitable volunteers participate in high-responsibility civic operations.
๐ Authentication
Include the admin access token in the request header:
๐ Path Parameter
| Parameter | Type | Required | Description |
|---|---|---|---|
id |
UUID | โ | Join request ID |
๐งพ Request Body
```json { "action": "approve", "remarks": "Verified documents and experience." }