Jellyfin Forum
Create user via API - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Guides, Walkthroughs & Tutorials (https://forum.jellyfin.org/f-guides-walkthroughs-tutorials)
+--- Thread: Create user via API (/t-create-user-via-api)



Create user via API - David Ágabo - 2023-11-21

Hello everyone, I'm new here! Thank you for your collaboration!

I have the following problem. I'm creating users for my jellyifin server via API for a specific task. In fact, users are created with all the permissions and I want everything with a password, everything is correct!

The problem is that when I log in with one of them, I get an error, they don't log in. The solution is to either enter them one by one (as 5 are generated at once) and click on "save" (then they log in normally) or restart my server, doing one of these procedures works. However, it is impractical to have to do this every time. I want a way to consolidate them once created via API. I'm using PHP to do this

thanks! Smiling-face