The products command lets you inspect products and their available roles.
List products
This command shows all products enabled in your workspace and the roles available in each product. If you want to know what role values you can assign while inviting a user, run this command first.
neetoauth products list
Optional flags:
--subdomain <name>- Target a specific logged-in workspace--json- Return JSON envelope output--quiet- Return raw payload only--toon- Return TOON (token-optimized) output
Sample output (TOON format):
- name: Desk
roles[2]: Admin,Agent
- name: Record
roles[2]: Admin,Standard
- name: Quiz
roles[2]: Admin,Standard
- name: Course
roles[4]: Admin,Content Editor,Editor,Viewer