# Update a guest member's role in an account shared via a local partner

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

* **Host Admins** of a local partner
* Only supported using the Cerby web app
  {% endhint %}

As a **Host Admin** of an existing [local partner](https://help.cerby.com/getting-started/concepts/user-management/partners#h-7e4add33a2), you can update a guest member’s role in an account you shared with a local partner. This update doesn’t affect the role of **Guest Admins** and **Guest Users** at the local partner level.

To update a guest member’s role in an account shared via a local partner, you must complete the following steps:

1. Log in to your [Cerby](https://app.cerby.com/) workspace.
2. Click the **More options** (...) icon that appears when hovering over the corresponding account card. A drop-down menu is displayed.
3. Select the **View Members** option from the menu. The account details page is displayed with the **Users** tab activated.
4. Activate the **Guest users** tab. A table of **Guest Users** with shared access to your account is displayed.
5. Click the role of the corresponding **Guest User**. A side drawer is displayed with the current role of the user and a list of the different role assignments they have been granted on the account.
6. Select the user’s new role from the **Role** drop-down:
   * **Account Manager:** Users can log in to the shared accounts and share access to these accounts with other **Guest Users**.
   * **Account Collaborator:** Users can only log in to the shared accounts.
7. Click the **Apply** button. The side drawer closes, and a success message box is displayed.

Now you are done.


---

# Agent Instructions: 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:

```
GET https://help.cerby.com/cerby-web-app/partners/local-partners/update-a-guest-member-s-role-in-an-account-shared-via-a-local-partner.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
