Users

Reject invitation request

Reject a pending invitation request.

Authentication Required: Yes (for organization admin) Permissions: Organization admin or the specifically requested user

Process:

  1. Validates admin has permission to reject
  2. Updates request status to rejected
  3. Records rejection reason and admin
  4. 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

approved_rejected_reasonstring

Response

{"status": "invitation_rejected"}

Changes

No recorded changes to this endpoint across all 1 revision of this API.