Endpoint
Authentication
This endpoint requires authentication.Path Parameters
The username of the user to add to close friends
Request Body
The username of the account initiating the add action
Request Example
Response
Returns
204 No Content on successful additionCloseFriend Object
The add action creates a CloseFriend record with a composite key:The user ID of the account initiating the add action
The user ID of the close friend account
Error Responses
"This account does not exist"- The initiating account was not found"This user does not exist"- The target username was not found
Returned when attempting to add yourself to close friends
"Account already added this user." - The user is already in your close friends list