GuidesAPI ReferenceChangelog
Log In
API Reference
v2023-09-01 is in the deprecation process and all prior versions have been deprecated. Click this banner to review our version upgrade guide.

Create a company

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

📘

System Access Authentication

This endpoint uses the Bearer Auth scheme with the system-level access token in the HTTP Authorization header.

Log in to see full request history
Body Params
user
object
required

Information for the user who will be the primary payroll administrator for the new company.

company
object
required
Headers
string
Defaults to 2024-04-01

Determines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used.

Responses

Response body
object
string

A URL where the user should be redirected to complete their account setup inside of Gusto.

401

Authorization information is missing or invalid.

invalid_attribute_value, or the request fails due to an invalid_operation. See the Errors Categories guide for more details.

Language
Credentials