Create a partner managed company
Create a partner managed company. When you successfully call the API, it does the following:
- Creates a new company in Gusto
- Creates a new user using the provided email if the user does not already exist.
- Makes the user the primary payroll administrator of the new company.
In response, you will receive oauth access tokens for the created company.
IMPORTANT: the returned access and refresh tokens are reserved for this company only. They cannot be used to access other companies AND previously granted tokens cannot be used to access this company.
📘 System Access Authentication
This endpoint uses the Bearer Auth scheme with the system-level access token in the HTTP Authorization header
scope: partner_managed_companies:manage
Headers
Determines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used.
Request body
Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.