MemberPulse

Post Jobs

Post job opportunities for members

Post career opportunities to reach qualified members.

Applications are collected externally via the application email/URL you provide (the platform can optionally track outbound apply clicks).

If you are not an existing sponsor, the association may also allow public job poster accounts with a paid posting flow.

Create Job Posting

  1. Job Details

    Title, description, responsibilities

  2. Requirements

    Qualifications, experience, skills

  3. Compensation

    Salary range, benefits (optional)

  4. Application

    Application email or URL

  5. Submit

    Submit for approval

My Postings

View your job postings:

  • Active postings
  • Pending approval
  • Expired postings
  • Draft postings

Posting Options

TypeDescription
StandardBasic listing
FeaturedHighlighted placement

Features

Post Jobs

Acceptance Criteria

Frontend
  • UI supports the workflows described in this feature.
Backend / API
  • Backend behavior supports this feature as documented.
Permissions
  • Access is restricted per the Capabilities matrix on this page (or equivalent role rules).
Business Rules
  • All business rules for this feature are enforced.
Error Handling
  • Error states return clear messages and appropriate HTTP status codes.

Implementation Contracts

Backend (API)

GET    /api/sponsor/jobs                     # My job postings
POST   /api/sponsor/jobs                     # Create posting
PUT    /api/sponsor/jobs/{id}                # Update posting
DELETE /api/sponsor/jobs/{id}                # Remove posting
POST   /api/sponsor/jobs/{id}/renew          # Renew posting

On this page