Reject Registration
Profiles
Reject Registration
Reject a pending user registration (admin only)
POST
Reject Registration
Authentication
Bearer token:
Bearer <admin_token>This endpoint requires admin privileges.
Path Parameters
The user’s profile ID (UUID)
Request Body
Optional rejection reason to include in notification email
Example Request
Response
What Happens
- Status Updated - Profile status changes to
rejected - Email Sent - Rejection notification sent to user (if email enabled)
Errors
| Status | Description |
|---|---|
| 401 | Invalid or expired token |
| 403 | Admin access required |
| 404 | User not found |
| 409 | User already approved or rejected |

