# Set list anonymous access

Source: [https://docs.virtosoftware.com/docs/virto-workflow-automation-web-part/virto-sharepoint-workflow-activities-kit-sharepoint-2010-workflow-platform/sp-site-management/list-anon-access/](https://docs.virtosoftware.com/docs/virto-workflow-automation-web-part/virto-sharepoint-workflow-activities-kit-sharepoint-2010-workflow-platform/sp-site-management/list-anon-access/)
Product: Virto Workflow Automation Web Part
Updated: 2026-08-12


This activity configures anonymous access to a list.

![Set list anonymous access workflow activity settings in the SharePoint Workflow Designer](https://img-docs.virtosoftware.com/wp-content/uploads/2024/10/set_list_anonymous_access_1.png)

**Note**: To perform this action:

- The administrator must have enabled anonymous access for the Web application.
- Anonymous access must be enabled on the site. You can use the **Set site anonymous access** activity to enable anonymous access on a site.
- The list or library must have unique permissions. You can use the **Change list permissions inheritance** activity to stop inheriting permissions.

**Caution**: Enabling anonymous access makes a web server inherently less secure because anonymous users and authenticated users who have not been granted access to your site could potentially change settings or content on your site or launch a denial of service attack against your server. Actions taken by anonymous users cannot be traced to an authenticated user account.

## **SharePoint Workflow Designer Phrase**

Anonymous user can Add: **No**, Edit: **No**, Delete: **No**, View: **No** items in the list at **list URL**.

## **Parameters**


| Parameter | Description |
|---|---|
| No | Set Yes (No) to grant (forbid) anonymous permissions for the list or library. |
| list URL | The URL of the list where anonymous access is being modified. Example: `http://mycompany/Lists/PublicList` |


![Anonymous access add, edit, delete and view permission options for a SharePoint list](https://img-docs.virtosoftware.com/wp-content/uploads/2024/11/set_list_anonymous_access_2.png)

See Also: [Enable anonymous access](https://learn.microsoft.com/en-us/sharepoint/administration/manage-anonymous-access-for-a-web-application)
