Skip to content

โœ… 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." }