Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/usertypes
{ "data": [ { "id": 1, "reference": "ROLE-EXT", "name": "Manager", "rights": "<string>", "stats": { "users": 123 }, "abilities": {} } ] }
Returns user types (roles) visible to the authenticated user.
Return all website user types
Comma-separated unit IDs to filter user types by
Include permissions (use 1 to enable)
List of user types.
Show child attributes