Skip to main content
POST
cURL

Organization Registration

Creates an organization customer and initial admin user.

Endpoint

POST /api/v2.1/customer/organization/registration

Key Defaults (from B2B runner)

  • Passwords: SecurePass123!
  • Category example: fs-cat-b2b-small-001 (Small Business)
  • Legal form: LIMITED_LIABILITY_COMPANY
  • Industry: TECHNOLOGY

Required Headers

Request Example

Response Example

200
Used in B2B step runner Step 3 and mirrored in organization-playground.crx.js.

Headers

X-Forwarded-For
string
required
X-Tenant-ID
string
required
X-Forwarded-From
string
required
platform
string
required
deviceId
string
required
Authorization
string
required

Body

application/json
email
string
required
Example:

"admin@acmecorp-20260331115443-27f5ae.com"

password
string
required
Example:

"SecurePass123!"

matchingPassword
string
required
Example:

"SecurePass123!"

roleIds
string[]
required
Example:
customerCategory
object
required
organizationCustomer
object
required

Response

200

Registered