> For the complete documentation index, see [llms.txt](https://docs.riskbase.uk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.riskbase.uk/updating-user-settings-admin/updating-a-users-user-groups-and-teams.md).

# Updating a User’s User Groups and Teams

Updating a User’s User Groups and Teams

When users are added to an organisation, they are added to User groups and Teams. These control what they have access to and what Tasks are assigned to them. These can be updated at any time.

**How to update a user’s user groups and teams:**

1. Sign in to [admin.riskbase.uk](http://admin.riskbase.uk).
2. Right click on a user’s name in the explorer.
3. Select **Details**.
4. Scroll down to the **Organisations** section at the bottom of the profile.
5. Right click on an organisation and select **Edit Organisation Settings**.
6. Change user groups and teams using the drop down menus.
7. Click **Save**.

As well as users inheriting features and access settings from groups they’re assigned to, settings can also be applied directly to the users.

A user’s features and access settings are always applied last, overriding user group settings.

**How to update a user’s features:**

1. Right click on a user’s name in the explorer.
2. Select **Details**.
3. Scroll down to the **Organisations** section at the bottom of the profile.
4. Right click on an organisation and click **Change Features**.
5. Use the **On|Off** buttons (which appear when a feature is hovered over) to customise individual features.
6. Click **Save**.

**How to update which properties a user has access to:**

7. Double click on the organisation again and click **Change Access**.
8. Either search for Assets in the search bar or find them using the drop down arrow next to the organisation name.
9. Use the **Show|Hide** buttons (also found by hovering over a property) to customize which Properties the user will have access to.
10. Click **Save**.


---

# 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.riskbase.uk/updating-user-settings-admin/updating-a-users-user-groups-and-teams.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.
