Forum Discussion

rutu chudasama's avatar
rutu chudasama
Copper Contributor
Sep 04, 2017

Microsoft Graph permissions reference

In php i user Microsoft Graph api

 

In User permissions section of the https://developer.microsoft.com/en-us/graph/docs/concepts/permissions_reference

 

i give as listed permissions in my tenent app of above user permission section.

 

in above section that i am not understand the column "Admin Consent Required"

it only say "Yes/No".

 

i want to create and delete users as well as reset user passwords.

 

Question : what do you mean by "Admin Consent Required" ?

 

Thanks

Rutu

1 Reply

  • null null's avatar
    null null
    Copper Contributor

    If you are using the user account you cannot read and write or delete user data in MSGraph. To read and write user data the permissions should be enabled by the admin. It shows YES for admin and NO for user i.e admin only can give permissions to read and write user data.

Resources