GuidesAPI ReferenceChangelogAPI PolicyAPI StatusGusto Security
API Reference
These docs are for v2023-09-01. Click to read the latest docs for v2024-04-01.

Accept terms of service for a company user

Accept the Gusto Embedded Payroll's Terms of Service.
The user must have a role in the company in order to accept the Terms of Service.

scope: terms_of_services:write

Path Params
string
required

The UUID of the company

Body Params
string
required

The user's email address on Gusto. You can retrieve the user's email via company's /admins, /employees, /signatories, and /contractors endpoints.

string
required

The IP address of the user who viewed and accepted the Terms of Service.

string
required

The user ID on your platform.

Headers
string

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
boolean

Whether the latest terms have been accepted by the user.

404

Not Found

The requested resource does not exist. Make sure the provided ID/UUID is valid.

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

Language
Credentials