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.
Documentation IndexFetch the complete documentation index at: https://docs.ziik.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.ziik.io/llms.txt
Use this file to discover all available pages before exploring further.
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