> For the complete documentation index, see [llms.txt](https://docs.linuxfoundation.org/lfx/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.linuxfoundation.org/lfx/organization-dashboard/users-management/boards-and-committees.md).

# Boards and Committees

The Board and Committees tab is a central hub for managing user access to the Organization Dashboard. This feature enables administrators to manage user roles, affiliations, and permissions effectively, ensuring that only authorized individuals can access sensitive information.

**Key Features:**

1. **User List View**: A comprehensive list of users within the organization, displaying their affiliated roles and appointed positions.
2. **Group View**: An organized view of users, grouped by their roles or affiliations, making it easier to manage and visualize user relationships.
3. **Filtering**: A robust filtering system allows you to narrow down the user list based on specific criteria, such as projects.
4. **Profile View**: A detailed profile of each user, providing a snapshot of their information, roles, and permissions.
5. **Edit Access**: The ability to edit user access and permissions, ensuring that users have the necessary clearance to access sensitive information.

## Board and Committees table

This feature provides administrators with a comprehensive list of users, their affiliated roles, and group affiliations, enabling effective user management and organization.

You can use the toggle button to display Board and Committees users in Group View or List View.

<figure><img src="/files/yIeyuX0653tB0nWEQPTu" alt=""><figcaption><p>Board and Committees Table</p></figcaption></figure>

## Filtering of Boards and Committees Users

Administrators can filter Board and Committees users based on a particular project.

To filter the user's list, follow these steps:

1. Click **Filters**. Select the required project, and click **Apply**.

<figure><img src="/files/aCnUhtOgwzvLebwTL3dK" alt=""><figcaption><p>Filters</p></figcaption></figure>

## Profile View of a Board and Committee User

You can view the details related to a Board and Committee user by viewing their profile. Profile View provides the following details related to the user:

* Name of the Board and Committee user
* Activities associated with the key contact such as Technical, Events, and Trainings
* The project name for which the Board and Committee user is associated with
* List of repositories for which the Board and Committee user is a maintainer

To view the profile of a Board and Committee user, perform the following steps:

1. Click the Name.

<figure><img src="/files/2eIfRdQ0xJZWQVvOloTV" alt=""><figcaption><p>Profile Name</p></figcaption></figure>

2. The Profile dialog box appears with all the details.

<figure><img src="/files/7AMHlU0dmftDTVs4csxj" alt=""><figcaption><p>Profile Details</p></figcaption></figure>

## Edit Board and Committees User

Administrators can edit the users belonging to the board and committee.

To edit Board and Committee user, perform the following steps:

1. Click the edit icon associated with a user.

<figure><img src="/files/Ab2mKIIqNLuOktPtt3FY" alt=""><figcaption><p>Edit</p></figcaption></figure>

2. The Profile Snapshot of the user appears. Click **Request Change**.

<figure><img src="/files/RgLRDeruALBYCAP2xxev" alt=""><figcaption><p>Request Change</p></figcaption></figure>

3. The Request Change dialog box appears. Provide the **Email** of the new assignee give a brief **Reason for the Change** and click **Submit**.

{% hint style="info" %}

* The Program Management team should validate the change request.
* To delete the user, you need to raise the [customer Support](https://jira.linuxfoundation.org/plugins/servlet/desk/portal/4/create/467) ticket.
  {% endhint %}

<figure><img src="/files/hy6UP7KOIqNBrJrDcbwx" alt=""><figcaption><p>Submit</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.linuxfoundation.org/lfx/organization-dashboard/users-management/boards-and-committees.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
