TosError

A Terms of Service (ToS) error. API methods return an HTTP 403 Forbidden status code if the user (represented by the OAuth credentials) hasn't accepted the latest version of the zero-touch enrollment ToS.

API users can accept new or updated ToS by signing in to the zero-touch enrollment portal. The portal presents aToS acceptance panel to users when they sign in.

JSON representation
{
  "latestTosAccepted": boolean
}
Fields
latestTosAccepted

boolean

Whether the user has accepted the latest version of the ToS. The value is false when included in an error.