/friend

Gets a Specific Friend

get

Gets a specific friend using the ID of the friend.

Authorizations
AuthorizationstringRequired
Path parameters
friendIdanyRequired
Responses
get
/friend/{friendId}

Deletes a Friend

delete

Once a friend is deleted, re-creating a friend will set the friendship status to outgoing.

Authorizations
AuthorizationstringRequired
Path parameters
friendIdanyRequired
Responses
delete
/friend/{friendId}

Search Friends

get

Searches all friends in the system and returning the metadata for all matches against the given search filter.

Authorizations
AuthorizationstringRequired
Query parameters
offsetanyOptionalDefault: 0
countanyOptionalDefault: 20
searchanyOptional
Responses
get
/friend

Last updated