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 | 
|---|---|---|---|
| Content-Type | string | ||
| Accept | string | 
RESPONSES
status: OK
{"latest_terms_accepted":true}