> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://developers.webflow.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://developers.webflow.com/_mcp/server.

# User Accounts APIs removed

> User Accounts APIs and webhooks have been removed as part of the User Accounts sunset.

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](https://help.webflow.com/hc/en-us/articles/36046006227731-User-Accounts-sunset) for guidance on transitioning your workflows.