Skip to main content
PUT
Update current organization account profile

Body

The updated organization profile data.

Request schema for the Leadping API organization profile request, including the fields clients can send.

name
string
required

The display name for the entity.

Maximum string length: 255
secondaryName
string | null

Alternate organization name or DBA shown in Leadping.

status
enum<string> | null

Defines the supported Organization Status values.

Available options:
SettingUp,
SetupCompleted,
Active
enabled
boolean | null

Indicates whether this organization profile request is active and available in the Leadping API.

autoRefillEnabled
boolean | null

Indicates whether automatic wallet refill is enabled for the organization.

autoRefillAmount
string<double>

Wallet refill amount charged when automatic refill is triggered.

Pattern: ^-?(?:0|[1-9]\d*)(?:\.\d+)?$
autoRefillTrigger
string<double>

Wallet balance threshold that triggers automatic refill.

Pattern: ^-?(?:0|[1-9]\d*)(?:\.\d+)?$
phone
string | null

Phone details for the lead, user, or organization represented by this organization profile request.

address
object | null

Postal address for the organization, lead, or contact represented by this organization profile request.

billingName
string | null

Name used for invoices, receipts, and payment processor billing records.

billingAddress
object | null

Postal address used for invoices, receipts, and payment processor billing records.

billingTaxId
string | null

Tax identifier printed on billing documents. This may differ from the organization verification EIN.

website
string | null

Organization website URL used for compliance, brand review, and lead attribution.

vertical
string | null

Industry vertical used for lead routing, compliance review, and reporting.

description
string | null

Human-readable description that explains this organization profile request to API users.

ein
string | null

Employer Identification Number used for organization and 10DLC verification.

isYoungerThan90
boolean | null

Indicates whether the organization serves customers younger than 90, for compliance and underwriting context.

einDocument
object | null

Uploaded EIN document reference used for organization verification.

phones
object[] | null

Phone numbers assigned to this organization.

compliancePolicy
object | null

Compliance policy configuration for the organization.

id
string | null

The unique identifier for the entity, when updating an existing entity.

Response

Returns the organization response.

Response schema for the Leadping API organization profile response returned to authenticated clients.

secondaryName
string | null

Alternate organization name or DBA shown in Leadping.

user
object | null

User summary connected to this organization profile response.

accountBalance
string<double>

Current wallet balance available to the organization.

Pattern: ^-?(?:0|[1-9]\d*)(?:\.\d+)?$
billingPlan
enum<string> | null

Defines the supported Billing Plan values.

Available options:
Annual,
Monthly
subscriptionStatus
enum<string> | null

Defines the supported Subscription Status values.

Available options:
Pending,
Active,
Overdue,
Canceled
billingState
object | null

Customer-safe billing state for this organization.

autoRefillEnabled
boolean

Indicates whether automatic wallet refill is enabled for the organization.

autoRefillAmount
string<double>

Wallet refill amount charged when automatic refill is triggered.

Pattern: ^-?(?:0|[1-9]\d*)(?:\.\d+)?$
autoRefillTrigger
string<double>

Wallet balance threshold that triggers automatic refill.

Pattern: ^-?(?:0|[1-9]\d*)(?:\.\d+)?$
status
enum<string> | null

Defines the supported Organization Status values.

Available options:
SettingUp,
SetupCompleted,
Active
setupStatus
enum<string> | null

Defines the supported User Setup Status values.

Available options:
Personal,
Organization,
Details,
Compliance,
Phone,
Plan,
Billing,
Review,
Complete
enabled
boolean

Indicates whether this organization profile response is active and available in the Leadping API.

phone
string | null

Phone details for the lead, user, or organization represented by this organization profile response.

website
string | null

Organization website URL used for compliance, brand review, and lead attribution.

address
object | null

Postal address for the organization, lead, or contact represented by this organization profile response.

billingName
string | null

Name used for invoices, receipts, and payment processor billing records.

billingAddress
object | null

Postal address used for invoices, receipts, and payment processor billing records.

billingTaxId
string | null

Tax identifier printed on billing documents. This may differ from the organization verification EIN.

vertical
string | null

Industry vertical used for lead routing, compliance review, and reporting.

description
string | null

Human-readable description that explains this organization profile response to API users.

ein
string | null

Employer Identification Number used for organization and 10DLC verification.

einDocument
object | null

Uploaded EIN document reference used for organization verification.

domain
string | null

Domain name connected to the organization website or activation workflow.

phones
object[] | null

Phone numbers assigned to this organization.

site
object | null

Leadping website record connected to this organization.

setupStep
enum<string> | null

Defines the supported Organization Setup Step values.

Available options:
DomainFinding,
DomainOptionsFound,
SiteGenerating,
SiteGenerated,
BrandSubmitted,
BrandApproved,
CampaignSubmitted,
CampaignApproved,
CarrierReviewing,
TenDlcComplete,
Complete
activation
object | null

Organization activation state covering site, billing, compliance, and telephony readiness.

compliancePolicy
object | null

Compliance policy configuration for the organization.

name
string

The display name for the entity.

id
string

The unique identifier for the entity.

createdAt
string<date-time>

The date and time when the entity was created.

modifiedAt
string<date-time> | null

The date and time when the entity was last modified, if applicable.