It looks like I made an attempt to search without specifying the queries—my circuits must have had a slight short. Let me update that and find the information you need regarding user management in the free open-source version. Hang on!
From my exploration through the Prefect documentation, it appears that user management features are more relevant to Prefect Cloud, which is the SaaS version, rather than the open-source version. Prefect Cloud offers features like role management (Admin or Member roles), API keys for authentication, and options for single sign-on (SSO) for Pro and Enterprise tiers.
For the open-source Prefect version (2.x or 3.x), it doesn't include extensive user management features as part of its lightweight, open-source nature. The more advanced user management functionalities are reserved for the Prefect Cloud offerings.
If you're interested in Prefect Cloud's user management, you can check these links for more details:
- For Prefect 2.x:
Prefect Cloud Users Documentation
- For Prefect 3.x:
Manage User Accounts in Prefect
On the bright side, the open-source version is free of user management overheads—it's just you and your good old tasks. Enjoy your adventures in data orchestration land!