externalUserId and email address within the scope of the partner.
| Header | Description |
|---|---|
PartnerApiKey | API key associated with your partner account. Required. See API Key Generation Guide. |
Field | Type | Required | Description |
|---|---|---|---|
type | string | ✅ | The type of user to create. Must be either INDIVIDUAL or BUSINESS. |
email | string | ✅ | Email address of the user. Must be unique per partner. |
externalUserId | string | ✅ | External ID of the user as defined by your system. Used for future references. |
Field | Type | Description |
|---|---|---|
userId | string | The unique ID of the user created under your partner account. |
PartnerApiKey in the header. Get your API key.externalUserId must be unique per partner. If reused, it will cause a conflict.type field must be either INDIVIDUAL or BUSINESS. These types help categorize users for regulatory or operational purposes.userId and linking it to your internal user model.externalUserId field to match your internal users to those created on the Capa platform, allowing seamless identity resolution across systems.
type to BUSINESS to distinguish corporate flows from individual flows.
Api key for the affiliated partner that is performing the request
The type of user.
INDIVIDUAL, BUSINESS "INDIVIDUAL or BUSINESS"
The email of the user.
The external user id of the user.
"1441d100-8cc3-40ca-9e55-6183d6f11f18"
An optional alias or display name for the user.
"John Doe"