> For the complete documentation index, see [llms.txt](https://help.security.gallagher.com/smb/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.security.gallagher.com/smb/smb-app/team/delete-or-disable-a-user.md).

# Delete or Disable Users

### Deleting a user

Only a Site Manager can delete a user within the SMB solution.

**Note:** The key account holder entry cannot be deleted. However, the account holder’s details can be updated.

1. Navigate to the **My Team** screen within the SMB app.
2. Search for the user and click the downward arrow on their user card for more options.
3. Click the **DELETE** button.
   1. A 'Delete User' confirmation pop-up will appear showing all the sites to which this user has access.
4. Click **CONFIRM** to delete the user or **CANCEL** to go back to the 'My Team' screen.

**Once a user is deleted**

* Deleting a user removes the user's privileges to all sites that you are a Site Manager for and can see that they are assigned to. If you are not the Site Manager for a site the user is allocated to, their privileges to that site are not removed.
* When a user is deleted, any historical event records associated with that person will retain the person's name and the date and time the action occurred. This includes incidents they have claimed or closed and interactions they had with the security system to arm or disarm areas.

***

### Disabling a user

Only a Site Manager can disable a user within the SMB solution.

1. Navigate to the **My Team** screen within the SMB app.
2. Search for the user and click the downward arrow on their user card for more options.
3. Select the **Privileges** button.
4. Disable the toggle next to the site for which you want to disable this user's access.
5. Click the **SAVE** button.

**Once a user is disabled**

Disabling a user removes the user's privileges for the site on which the toggle was disabled.


---

# 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.security.gallagher.com/smb/smb-app/team/delete-or-disable-a-user.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.
