Plex API to get all users in the Plex server

HI All,

I can currently researching in the Plex API calls. I am wondering that is there a API call which I can see a list of all users/friends in my Plex Server?

Also, the call I have making all return as XML, is there a way that I can have it return as JSON string?

Thank you,
Michael

I recommend you to analyse the source code of WebTools
It is using the API and I know that it reads the account list (for copying playlists to the other accounts)

You could add
'Accept': 'application/json'
to your headers.