Variable postUsersSenderuseridAcceptFriendRequestWithTokenConst

postUsersSenderuseridAcceptFriendRequestWithToken: EndpointGeneric<{
    senderUserId: number;
}, {}, {
    friendingToken: string;
}> = ...

POST https://friends.roblox.com/v1/users/:senderUserId/accept-friend-request-with-token

Accept a friend request with an Off Network Friending token.

The user id of the sender of the off network friend request