> For the complete documentation index, see [llms.txt](https://help.cerby.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.cerby.com/setup-and-admin/business-hubs/managing-users-and-assets-via-a-business-hub/update-team-member-roles-in-your-app-via-a-business-hub.md).

# Update team member roles in your app via a business hub

{% hint style="info" %}
**Who can use this feature?**

* Business hub **Owners**
* Only supported using the Cerby web app
  {% endhint %}

As a business hub **Owner**, you can update the role of the team members in your external seat-based and paid social apps through Cerby.

To update the role of team members in your app, you must complete the following steps:

1. Log in to your [Cerby](https://app.cerby.com/) workspace.
2. Select the **Business Hubs** option from the left menu. The **Business Hubs** page is displayed.
3. Click the **More options** (...) icon of the corresponding business hub card. A drop-down menu is displayed.
4. Select the **Settings** option from the menu. The business hub details page is displayed with the **Settings** tab activated.
5. Activate the **Teams** tab.
6. Click the down arrow icon of the corresponding team in the **Cerby role** column. A drop-down menu is displayed with the available roles in the app.
7. Select or deselect the role options you want to assign or remove. ​**NOTE:** The roles you can select are different for each external app.
8. Click the **Apply** button. The **Update team members role?** dialog box is displayed listing the team members who might be affected by this change.
9. Click the **Confirm** button. The **Identifying updates** dialog box is displayed.
10. Click the **Got it** button. The dialog box closes.

Now you are done.


---

# 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://help.cerby.com/setup-and-admin/business-hubs/managing-users-and-assets-via-a-business-hub/update-team-member-roles-in-your-app-via-a-business-hub.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.
