Access

Platform users

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.

Operations

GET

List users. Optional query: search, page, count.

GET /api/v1/en/{websiteId}/platform-users

PATCH

Assign a custom platform role (not special admin roles).

PATCH /api/v1/en/{websiteId}/platform-users/{userId}

Use the following request body shape:

{
  "roleId": "string"
}

DELETE

Revoke website access. Requires remove_platform_users.

DELETE /api/v1/en/{websiteId}/platform-users/{userId}

MCP

MCP: list_platform_users, update_platform_user, remove_platform_user.

Platform users

Inviting a platform user is done in the admin panel (MCP invite is manual-only).