For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Resources
Get started
    • Overview
  • APIs and SDKs
    • Data API
    • Designer API
    • Browser API
  • Developer tools
    • MCP Server
    • Webflow Apps
    • Webflow CLI
    • DevLink
    • Webflow Cloud
    • Flowkit CSS Framework
    • Changelog
LogoLogo
Resources
Get started

Changelog

This is an overview of the changes to the Webflow APIs and related tools. To filter the list, select one or more tags.

January 29, 2026
January 29, 2026
Was this page helpful?
Previous

Retrieve the parent of a style

Next
Built with

User Accounts APIs removed

As of January 29, 2026, User Accounts functionality has been disabled on all Webflow sites. The related documentation has been removed from this site.

Removed APIs

The following User Accounts APIs are removed and no longer available:

User endpoints

  • GET /sites/{site_id}/users (List users)
  • GET /sites/{site_id}/users/{user_id} (Get user)
  • PATCH /sites/{site_id}/users/{user_id} (Update user)
  • DELETE /sites/{site_id}/users/{user_id} (Delete user)
  • POST /sites/{site_id}/users/invite (Create and invite user)

Access Groups endpoints

  • GET /sites/{site_id}/accessgroups (List access groups)

Removed webhooks

The following webhooks are also removed and no longer available:

  • user_account_added
  • user_account_updated
  • user_account_deleted

Affected API versions

This deprecation affects all API versions:

  • Data API v1
  • Data API v2
  • Data API v2-beta

Next steps

If you were using User Accounts APIs, review the User Accounts sunset Help Center article for guidance on transitioning your workflows.