---
title: Platform users
description: "Platform users are platform accounts that can open this website in the admin panel. Invite is admin UI only; the API lists users, changes custom roles, and revokes access."
---

List users. Optional query: search (fuzzy trigram matching on name and email), page, count.

```
GET /api/v1/{locale}/{websiteId}/platform-users
```

MCP: list_platform_users, update_platform_user, remove_platform_user.
