Users
Reject invitation request
Reject a pending invitation request.
Authentication Required: Yes (for organization admin) Permissions: Organization admin or the specifically requested user
Process:
- Validates admin has permission to reject
- Updates request status to rejected
- Records rejection reason and admin
- Sends rejection notification to requester
Request Body:
{
"approved_rejected_reason": "Organization is at capacity"
}
Effect: Request is marked as rejected and removed from pending lists. User will be notified of the rejection with the provided reason.
post/invitation_requests/{id}/reject
Request body
Response
{"status": "invitation_rejected"}
Changes
No recorded changes to this endpoint across all 1 revision of this API.