commit add API Permissions

This commit is contained in:
João Mendes 2020-12-01 00:24:19 +00:00
parent aee4dbc76b
commit c7b8e83c76
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,10 @@
{
"resource": "Microsoft Graph",
"scope": "User.Read"
},
{
"resource": "Microsoft Graph",
"scope": "Presence.Read"
}
]
},