Skip to main content

Purpose

Invites a user to join an organization as an admin via Clerk.

Request Body

Response Format

Redirect URLs

After accepting, users are redirected based on environment:
  • DEV: http://localhost:3000/account?invited=true
  • STAGING: https://staging.searchcompany.ai/account?invited=true
  • MAIN: https://app.searchcompany.ai/account?invited=true

Code Location