Plex
Get list of friends of the user logged in
Get friends of provided auth token.
GET
/
friends
Authorizations
X-Plex-Token
string
headerrequiredPlex Authentication Token
Response
200 - application/json
email
string
requiredThe account email address
friendlyName
string | null
requiredThe account full name
home
boolean
requiredIf the account is a Plex Home user
id
integer
requiredThe Plex account ID
restricted
boolean
default: falserequiredIf the account is a Plex Home managed user
sharedServers
object[]
requiredsharedSources
object[]
requiredstatus
enum<string>
requiredCurrent friend request status
Available options:
accepted
thumb
string
requiredURL of the account thumbnail
title
string
requiredThe title of the account (username or friendly name)
username
string
requiredThe account username
uuid
string
requiredThe account Universally Unique Identifier (UUID)