post https://api.gusto-demo.com/v1/provision
Overview
The company provisioning API provides a way to create a Gusto company as part of your integration. When you successfully call the API, the API does the following:
- Creates a new company in Gusto.
- Creates a new user in Gusto.
- Makes the new user the primary payroll administrator of the new company.
- Sends a welcome email to the new user.
In the response, you will receive an account claim URL. Redirect the user to this URL to complete their account setup inside of Gusto
Token Authentication
This endpoint uses the organization level api token and the Token scheme with HTTP Authorization header.