AI-generated Key Takeaways
-
API methods return a
403 Forbiddenerror 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
latestTosAcceptedfield in the JSON representation indicates whether the user has agreed to the current ToS, with afalsevalue 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 |
Whether the user has accepted the latest version of the ToS. The value is |