CONSENT_REQUIRED
http code 400
{
"error_category": "INVALID_INPUT",
"error_code": "CONSENT_REQUIRED",
"error_message": "User consent is required",
"display_message": null
}
Common causes
- You've specified values for your Privacy Policy or Terms of Use URL in the Dashboard (Team Settings > Branding Page).
- This error will happen if the URL(s) you specified in the dashboard are not included in the /link/connect request parameters.
Troubleshooting steps
- Make sure the values you set for
terms_of_use_url
andprivacy_policy_url
in the request body match those specified in the Team Settings > Branding Page of the Dashboard.
Updated 12 days ago