GuidesAPI ReferenceChangelogAPI PolicyAPI StatusGusto Security

Finish company onboarding

Finalize a given company's onboarding process.

Approve a company in demo

After a company is finished onboarding, Gusto requires an additional step to review and approve that company.
In production environments, this step is required for risk-analysis purposes.

We provide the endpoint PUT '/v1/companies/{company_uuid}/approve' to facilitate company approvals in the demo environment.

PUT '/v1/companies/89771af8-b964-472e-8064-554dfbcb56d9/approve'

# Response: Company object, with company_status: 'Approved'

scope: companies:write

Language
Authorization
Bearer
URL
Click Try It! to start a request and see the response here!