-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Managed Users #32
Comments
In order to sign in as a Managed user from the admin's account you will need the user's accessToken. All shared users' accessToken can be viewed from |
This API endpoint only seems to give who the server was shared with - it does not include the managed accounts if those accounts are owned by the server admin (it doesn't even show the admin account here). |
@blacktwin is correct here, since it'll return users it's shared with, but problem here is that you doesn't see the users name :( So when gathering a list of all the users, with a blank |
any progress on this? this tool is amazing for single-user changes (usually just the admin), but it would be even better if I could change all audio and subtitle default preferences for all users in one fell swoop. |
This would be a useful feature to implement. In the meantime, blacktwin's accessToken workaround is what I'm using for my one managed user. I can see how it would be difficult for others with more managed users as you would have to further dig into their userID to figure out whose settings you're changing. |
@vtruong68, Would you mind ELI5 on how you got this to work? It's my understanding managed users don't get tokens. I've tried using the link above and incorporating my machine ID and admin plex token, but I get a 404 error for Thanks! |
A 404 error sounds to me more like you aren't even hitting the Plex API and maybe typed something in wrong. I copy and pasted your link and it works fine for me. Are you excluding the curly brackets "{ }"? I grabbed my machine ID by navigating to a specific episode or movie in Plex. Plugged those in to |
Thanks for your response. I've got my token and deleting the { } in my url. I am wondering if I am using the appropriate machine ID. I used tautulli to get that info plex server url. My machine ID is ipaddress with - instead of . (e.g. XXX-XXX-XX-X) followed by a string of characters (and see the same info viewing the XML data). So my url looks something like this:
But keep getting the 404 error. |
If your friends and family are using their own accounts (I.E. Not "managed accounts") then this is impossible. They would need to login with their own account details and do it themselves. If they are all Managed Accounts, then this is what this issue will hopefully solve when I get some time to properly look at it agian. |
any updates or temporary solutions that work for managed users? |
Unfortunately no, I haven't had time at all for PASTA for the past while. I did see this workaround someone posted on Reddit, however: https://www.reddit.com/r/PleX/comments/u1qos5/anyone_know_if_using_pastatool_affects_other/i4e3x4t/ I haven't tried it myself just yet - but I have it saved for reference material when I can eventually get around to trying to solve this in-app. |
Actually, as a server owner, you can get the access token your users use to logon to your server. |
Is your feature request related to a problem? Please describe.
Support Managed Users within plex. Some details: https://www.reddit.com/r/PleX/comments/jjljpo/tired_of_changing_audio_and_subtitle_tracks_for/gadilyi/
The text was updated successfully, but these errors were encountered: