TosError

  • API methods return a 403 Forbidden error if the user hasn't accepted the latest Terms of Service (ToS).

  • Users can accept the new or updated ToS by signing into the zero-touch enrollment portal.

  • The latestTosAccepted field in the JSON representation indicates whether the user has agreed to the current ToS, with a false value in case of an error.

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.