How to pass on ownership of the server to a different user using Python-PlexAPI

I know you can do this to hand over server ownership to a different plex user. But is it possible to do this using Python-PlexAPI? If I have my email, the email of the user that will be the owner and the admin apikey of the server, would I then be able to hand over ownership? Is there extra information that is needed (e.g. machineIdentifier)? Is it at all possible to do this using Python-PlexAPI?

Nope, not possible, and why?

Yes, possible. (You still need the password or token for the other account.)

https://python-plexapi.readthedocs.io/en/stable/modules/server.html#plexapi.server.PlexServer.claim

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.