← Access
Website users
There is no separate /website-users collection. Website users are entries of the user-kind object type. Assign roles with the assign endpoint.
Operations
GET | POST entries
Create and list members via the entries API on the user-kind type.
GET|POST /api/v1/en/{websiteId}/objects/{objectTypeId}POST assign
Assign a website role to a member.
POST /api/v1/en/{websiteId}/objects/{objectTypeId}/user-roles/{roleId}/assignUse the following request body shape:
{
"websiteUserId": "string"
}MCP
Use entry tools plus assign_user_role in MCP.