Teams Tab Permissions for Microsoft Graph
Application
Permission | ID | Purpose | Description |
---|---|---|---|
TeamsTab.Create | 49981c42-fd7b-4530-be03-e77b21aed25e | Create tabs in Microsoft Teams. | Allows the app to create tabs in any team in Microsoft Teams, without a signed-in user. This does not grant the ability to read, modify or delete tabs after they are created, or give access to the content inside the tabs. |
TeamsTab.Read.All | 46890524-499a-4bb2-ad64-1476b4f3e1cf | Read tabs in Microsoft Teams. | Read the names and settings of tabs inside any team in Microsoft Teams, without a signed-in user. This does not give access to the content inside the tabs. |
TeamsTab.ReadWrite.All | a96d855f-016b-47d7-b51c-1218a98d791c | Read and write tabs in Microsoft Teams. | Read and write tabs in any team in Microsoft Teams, without a signed-in user. This does not give access to the content inside the tabs. |
TeamsTab.ReadWriteForChat.All | fd9ce730-a250-40dc-bd44-8dc8d20f39ea | Allow the Teams app to manage all tabs for all chats | Allows a Teams app to read, install, upgrade, and uninstall all tabs for any chat, without a signed-in user. |
TeamsTab.ReadWriteForTeam.All | 6163d4f4-fbf8-43da-a7b4-060fe85ed148 | Allow the Teams app to manage all tabs for all teams | Allows a Teams app to read, install, upgrade, and uninstall all tabs in any team, without a signed-in user. |
TeamsTab.ReadWriteForUser.All | 425b4b59-d5af-45c8-832f-bb0b7402348a | Allow the app to manage all tabs for all users | Allows a Teams app to read, install, upgrade, and uninstall all tabs for any user, without a signed-in user. |
TeamsTab.ReadWriteSelfForChat.All | 9f62e4a2-a2d6-4350-b28b-d244728c4f86 | Allow the Teams app to manage only its own tabs for all chats | Allows a Teams app to read, install, upgrade, and uninstall its own tabs for any chat, without a signed-in user. |
TeamsTab.ReadWriteSelfForTeam.All | 91c32b81-0ef0-453f-a5c7-4ce2e562f449 | Allow the Teams app to manage only its own tabs for all teams | Allows a Teams app to read, install, upgrade, and uninstall its own tabs in any team, without a signed-in user. |
TeamsTab.ReadWriteSelfForUser.All | 3c42dec6-49e8-4a0a-b469-36cff0d9da93 | Allow the Teams app to manage only its own tabs for all users | Allows a Teams app to read, install, upgrade, and uninstall its own tabs for any user, without a signed-in user. |
Delegated
Permission | ID | Purpose | Description |
---|---|---|---|
TeamsTab.Create | a9ff19c2-f369-4a95-9a25-ba9d460efc8e | Create tabs in Microsoft Teams. | Allows the app to create tabs in any team in Microsoft Teams, on behalf of the signed-in user. This does not grant the ability to read, modify or delete tabs after they are created, or give access to the content inside the tabs. |
TeamsTab.Read.All | 59dacb05-e88d-4c13-a684-59f1afc8cc98 | Read tabs in Microsoft Teams. | Read the names and settings of tabs inside any team in Microsoft Teams, on behalf of the signed-in user. This does not give access to the content inside the tabs. |
TeamsTab.ReadWrite.All | b98bfd41-87c6-45cc-b104-e2de4f0dafb9 | Read and write tabs in Microsoft Teams. | Read and write tabs in any team in Microsoft Teams, on behalf of the signed-in user. This does not give access to the content inside the tabs. |
TeamsTab.ReadWriteForChat | ee928332-e9c2-4747-b4a0-f8c164b68de6 | Allow the Teams app to manage all tabs in chats | Allows a Teams app to read, install, upgrade, and uninstall all tabs in chats the signed-in user can access. |
TeamsTab.ReadWriteForTeam | c975dd04-a06e-4fbb-9704-62daad77bb49 | Allow the Teams app to manage all tabs in teams | Allows a Teams app to read, install, upgrade, and uninstall all tabs to teams the signed-in user can access. |
TeamsTab.ReadWriteForUser | c37c9b61-7762-4bff-a156-afc0005847a0 | Allow the Teams app to manage all tabs for a user | Allows a Teams app to read, install, upgrade, and uninstall all tabs for the signed-in user. |
TeamsTab.ReadWriteSelfForChat | 0c219d04-3abf-47f7-912d-5cca239e90e6 | Allow the Teams app to manage only its own tabs in chats | Allows a Teams app to read, install, upgrade, and uninstall its own tabs in chats the signed-in user can access. |
TeamsTab.ReadWriteSelfForTeam | f266662f-120a-4314-b26a-99b08617c7ef | Allow the Teams app to manage only its own tabs in teams | Allows a Teams app to read, install, upgrade, and uninstall its own tabs to teams the signed-in user can access. |
TeamsTab.ReadWriteSelfForUser | 395dfec1-a0b9-465f-a783-8250a430cb8c | Allow the Teams app to manage only its own tabs for a user | Allows a Teams app to read, install, upgrade, and uninstall its own tabs for the signed-in user. |