diff --git a/docs/organizations/security/namespace-reference.md b/docs/organizations/security/namespace-reference.md
index 3b5a5e34fc0..2334fabff04 100644
--- a/docs/organizations/security/namespace-reference.md
+++ b/docs/organizations/security/namespace-reference.md
@@ -169,6 +169,12 @@ The following table describes the namespaces that manage object-level permission
:::column span="2":::
[Manages dashboard object-level permissions](permissions.md#dashboards-object-level) to edit and delete dashboards and manage permissions for a project dashboard. You can manage these permissions through the [dashboards user interface](../../report/dashboards/dashboard-permissions.md#set-permissions-for-a-project-dashboard).
+ **Token format for Team Dashboard permissions**: `$/PROJECT_ID/Team_ID/Dashboard_ID`
+ **Example**: `$/xxxxxxx-3ba9-4eca-b8d0-b8a51abaf2dc/xxxxxxx-9b78-4d75-9805-ffe28e74b764/xxxxxxxx-8b8e-4c29-aa98-28543a9947a5`
+
+ **Token format for Project Dashboard permissions**: `$/PROJECT_ID/00000000-0000-0000-0000-000000000000/Dashboard_ID`
+ **Example**: `$/xxxxxxxx-3ba9-4eca-b8d0-b8a51abaf2dc/00000000-0000-0000-0000-000000000000/xxxxxxxx-c373-4f61-a77f-f9f9e2cc865a`
+
**ID:** `8adf73b7-389a-4276-b638-fe1653f7efc7`
:::column-end:::
:::row-end:::
@@ -201,6 +207,7 @@ The following table describes the namespaces that manage object-level permission
The `Administer` permission was divided into several more granular permissions [in 2017](/previous-versions/azure/devops/2017/jan-25-team-services#repo-admin-permission-changes), and shouldn't be used.
**Token format for project-level permissions**: `repoV2/PROJECT_ID`
+
You need to append `RepositoryID` to update repository-level permissions.
**Token format for repository-specific permissions**: `repoV2/PROJECT_ID/REPO_ID`
@@ -278,6 +285,10 @@ The following table describes the namespaces that manage object-level permission
:::column span="2":::
[Manages permissions for Delivery Plans](permissions.md) to view, edit, delete, and manage delivery plans. You can manage these permissions through the [web portal for each plan](set-permissions-access-work-tracking.md).
+ **Token Format**: `Plan/PROJECT_ID/DeliveryPlan_ID`
+
+ **Example**: `Plan/XXXXXXX-3ba9-4eca-b8d0-b8a51abaf2dc/XXXXXXXX-9c1b-443f-ae9a-e8d6a24e9be7`
+
**ID:** `bed337f8-e5f3-4fb9-80da-81e17d06e7a8`
:::column-end:::
:::row-end:::