Power Automate: Create a new Plan with MS Graph API - Delegated Permissions

Опубликовано: 08 Январь 2021
на канале: Power GI
5,981
50

Learn how to Create a new Plan under Planner App using Power Automate! Leveraging the Microsoft Graph API

Set up Microsoft Graph API for delegated permissions - 0:00-4:46
Use MS Graph API in Power Automate with delegated permissions: 4:46 - end

Download final flow
https://powergi.net/resources/create_...
----------------------------------------------------------------------------

Video using Application Permissions
   • Power Automate: Move emails out of sh...  
----------------------------------------------------------------------------

Skeleton of each Request
----------------------------------------------------------------------------
Request for authentication:
POST https://login.microsoftonline.com/{tenant_id}/oauth2/v2.0/token
Header:
Content-Type application/x-www-form-urlencoded
Body:
grant_type=password&client_id={client_app_id}client_secret={client_secret}&scope=https://graph.microsoft.com/.default&...{[email protected]}&password={your password}

NOTE: replace {tenant_id} , {client_app_id} and {client_secret} by the values in your Azure app :)
replace {[email protected]} and {your password} for your credentials

----------------------------------------------------------------------------
Request to create Plan
POST https://graph.microsoft.com/v1.0/plan...
Header:
Authorization Bearer {access_code_from_auth_action}
Content-type application/json
Body
{
"owner": "{parent_group_id}",
"title": {name_of_plan}
}


Documentation
----------------------------------------------------------------------------
Documentation for moving email:
https://docs.microsoft.com/en-us/grap...

----------------------------------------------------------------------------

We can help! Contact us in [email protected]


Смотрите видео Power Automate: Create a new Plan with MS Graph API - Delegated Permissions онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Power GI 08 Январь 2021, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 5,981 раз и оно понравилось 50 людям.