Retrieve terms of service status for a company user
POST {{baseUrl}}/v1/partner_managed_companies/:company_uuid/retrieve_terms_of_service
Retrieve the user acceptance status of the Gusto Embedded Payroll's Terms of Service.
scope: terms_of_services:read
Request Body
{"email"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Gusto-API-Version | string | Determines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used. | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"latest_terms_accepted":true}