# Following / Follower User List Page (2.2)

In this page , user will see the list of the following user (users who the target userId has been following) and the follower user(users who follow the target userId).

<figure><img src="https://2352509137-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MX0mOAVWkotGme0iRzu%2Fuploads%2Fm36wvjh7NXuIQaRrskQT%2FScreenshot%202566-02-22%20at%2006.29.21.png?alt=media&#x26;token=630ae262-940a-483a-b46b-c1b303c361ef" alt=""><figcaption></figcaption></figure>

<figure><img src="https://2352509137-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MX0mOAVWkotGme0iRzu%2Fuploads%2FwZ0I7RY0vyNdswhr0VHb%2FScreenshot%202566-02-22%20at%2006.30.21.png?alt=media&#x26;token=23d4084f-1583-4960-bf13-3a6e85e8b035" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
In the current state , NO search in Following and follower list.
{% endhint %}

![user can remove his own follower user.](https://2352509137-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MX0mOAVWkotGme0iRzu%2F-Md00pjVs5WYwVazotRw%2F-Md08i-A_moOysBG3JAm%2Fimage.png?alt=media\&token=76f10dfc-3e9d-43d4-8ac8-1c5b7a7be6fc)

### Features

| Feature                             | Description                                                                                                               |
| ----------------------------------- | ------------------------------------------------------------------------------------------------------------------------- |
| Current user profile                | If current user will access other user's following and Follower user list, he will see his own profile on top of the list |
| Report / undo report user           | User can send report or undo report in this page via the action menu UIKIT included in this page                          |
| Remove user from follower list      | If current user will access his own follower list, he can remove followers via the three dots button and action menu      |
| Redirect user to user profile page. | If user taps on the user item list, he will be redirected to user profile page of that user                               |

You can try it with this code:

```swift
let vc = AmityUserFollowersViewController.make(withUserId: "userId")
navigationController?.pushViewController(vc, animated: true)
```
