cURL
curl --request GET \ --url https://api.example.com/usertypes/{userType}
{ "data": { "id": 1, "reference": "ROLE-EXT", "name": "Manager", "rights": "<string>", "stats": { "users": 123 }, "abilities": {} } }
Returns a single user type by ID, including permissions and distinct user count.
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.
User type ID
User type details.
Show child attributes