Open the menu
    ```html

    Communities: Members

    This interface provides a list of all members of a community.
    For each user in this list, their image, name, and role within the community are displayed.

    For the community administrators, options to add members to the community and to remove or change the role of community members are also available.

    Screens

    Members

    Data

    Community Member

    • Name(string) : User's name.
    • User Image(string) : User's image.
    • User Role(integer) : User's role.
    ```