// @summary List all friends, invites, invited, and blocked which belong to a user.
// @param userId(type=string) The ID of the user who's friends, invites, invited, and blocked you want to list.
// @param userId(type=string) The ID of the user whose friends, invites, invited, and blocked you want to list.
// @param limit(type=number, optional=true, default=100) The number of friends to retrieve in this page of results. No more than 100 limit allowed per result.
// @param state(type=number, optional=true) The state of the friendship with the user. If unspecified this returns friends in all states for the user.
// @param cursor(type=string, optional=true) The cursor returned from a previous listing request. Used to obtain the next page of results.
// @summary List all friends, invites, invited, and blocked which belong to a user.
// @param userId(type=string) The ID of the user who's friends, invites, invited, and blocked you want to list.
// @param userId(type=string) The ID of the user whose friends, invites, invited, and blocked you want to list.
// @param limit(type=OptNumber, optional=true) The number of friends to retrieve in this page of results. No more than 100 limit allowed per result.
// @param state(type=OptNumber, optional=true) The state of the friendship with the user. If unspecified this returns friends in all states for the user.
// @param cursor(type=OptString, optional=true) The cursor returned from a previous listing request. Used to obtain the next page of results.