In reply to: Maksymilian Stachowiak
Hi Klaus,
as far as I'm aware - there is currently no automatic assigning of licenses to new users - you'll have to handle it manually or attach it to some HR process probably (there is an action to manage users licenses) ;)
It's described in this post: https://community.webcon.com/posts/post/licenses-2026/598/3
Hi Klaus, Maks,
Since 2026.1.4 and new licensing model, CAL assignment cannot be fully automatic, due to the fact that now users can be granted different licenses (Core, Lite, Premium CALs).
However, license assignment can be semi-automated by using User Defined API. You can create a "self-service" dashboard with HTML widget, inside create a button that will invoke User Defined API endpoint and execute "Manage users licenses" action to assign a CAL to current user.
If a user doesn't have a license assigned, they can open such dashboard and grant themselves a license on their own, without admin intervention.
This solution has downsides of course, such as user not knowing what license they should get. It should work well if you only have Core Cals (or Unlimited Solutions Access in old licensing model).
Kind regards