From 0fb96361a36c96019a018233d63ffdd26f6a90bc Mon Sep 17 00:00:00 2001 From: Momotaj Das Date: Wed, 9 Sep 2026 07:57:54 +0300 Subject: [PATCH 1/2] Update title and description in list_of_permissions.md --- sources/platform/account/collaboration/list_of_permissions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/platform/account/collaboration/list_of_permissions.md b/sources/platform/account/collaboration/list_of_permissions.md index db2933a6ac..d922193edd 100644 --- a/sources/platform/account/collaboration/list_of_permissions.md +++ b/sources/platform/account/collaboration/list_of_permissions.md @@ -1,4 +1,4 @@ ---- +Facebook ads --- title: List of permissions description: Learn about the access rights you can grant to other users. See all access options for Apify resources such as Actors, tasks, storage, and schedules. sidebar_position: 12.2 From 8b8a542ae851c623674ace6284b9fef703413295 Mon Sep 17 00:00:00 2001 From: Momotaj Das Date: Wed, 16 Sep 2026 15:36:43 +0300 Subject: [PATCH 2/2] Delete list_of_permissions.md --- .../collaboration/list_of_permissions.md | 90 ------------------- 1 file changed, 90 deletions(-) delete mode 100644 sources/platform/account/collaboration/list_of_permissions.md diff --git a/sources/platform/account/collaboration/list_of_permissions.md b/sources/platform/account/collaboration/list_of_permissions.md deleted file mode 100644 index d922193edd..0000000000 --- a/sources/platform/account/collaboration/list_of_permissions.md +++ /dev/null @@ -1,90 +0,0 @@ -Facebook ads --- -title: List of permissions -description: Learn about the access rights you can grant to other users. See all access options for Apify resources such as Actors, tasks, storage, and schedules. -sidebar_position: 12.2 -slug: /account/collaboration/list-of-permissions ---- - -This document contains all the access options that can be granted to resources on the Apify platform. - -## Actor - -Permissions that can be granted for an [Actor](/actors). - -| Permission | Description | -|----------------------|------------------------------------------------------------| -| Read | View Actor settings, source code and builds. | -| Write | Edit Actor settings and source code, and delete the Actor. | -| Run | Run any of an Actor's builds. | -| Build | Build the Actor. | -| View owner runs | View owner's runs of the Actor and their details. | -| Manage access rights | Manage Actor access rights. | - -## Actor task - -Permissions that can be granted for an [Actor task](/actors/running/tasks). - -| Permission | Description | -|----------------------|------------------------------------------------------------| -| Read | View task configuration. | -| Write | Edit task configuration and settings, and delete the task. | -| View owner runs | View owner's runs of the Actor task and their details. | -| Manage access rights | Manage Actor task access rights. | - -## Storage - -Permissions that can be granted for [storage](/storage). - -| Permission | Description | -|----------------------|------------------------------------------------------------------| -| Read | View storage information and its data. | -| Write | Edit storage settings, push data to it, and remove data from it. | -| Manage access rights | Manage storage access rights. | - -## Schedule - -Permissions that can be granted for a [schedule](/actors/running/schedules). - -| Permission | Description | -|------------|--------------------------------------------------------------------| -| Read | View schedule configuration. | -| Write | Edit schedule configuration and settings, and delete the schedule. | - -## Organization - -Permissions that can be granted to members of an [organization](/account/collaboration/organization). - -| Permission | Description | -|----------------------|-----------------------------------------------------------------------------| -| Manage organization | Change the organization's settings. | -| Manage access tokens | Manage the organization's access tokens, i.e. API token and proxy password. | -| Update email | Update the organization's contact email. | -| Update profile | Make changes to the organization's profile information. | -| Manage billing | Update the type of subscription, billing details and payment methods. | -| View invoices | See the organization's invoices. | -| View payouts | See the organization's payouts. | -| View monetization | See the organization's monetization details. | - -## Proxy - -Permissions that can be granted for [Apify Proxy](/proxy). - -| Permission | Description | -|------------|---------------------------| -| Proxy | Allow to use Apify Proxy. | - -## Actor issue - -| Permission | Description | -|---------------|---------------------------------------------------------| -| Read | View an Actor's issues and their details. | -| Write | Create and edit Actor issues. | -| Update status | Change an issue's status, for example open or close it. | - -## Actor issue comment - -| Permission | Description | -|----------------|--------------------------------| -| Read comment | View comments on Actor issues. | -| Write comment | Add comments to Actor issues. | -| Update comment | Edit comments on Actor issues. |