Insufficient privileges to complete the operation

iamvista 1 Reputation point
2021-07-19T07:08:52.787+00:00

Receiving this error when i clicked "Manage" on the Microsoft App Id section

115799-image.png

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
945 questions
{count} votes

3 answers

Sort by: Most helpful
  1. Chinmay Prabhu 11 Reputation points
    2022-01-21T13:34:54.797+00:00

    In my case, Removing true from the actual URL worked.

    Stack Overflow link

    1 person found this answer helpful.

  2. iamvista 1 Reputation point
    2021-07-24T00:03:11.213+00:00

    Hi sir @Ramr-msft to give you an update i think i know where this is coming from. I think i need to setup a key vault and certificate for me to access this? correct me if im wrong. Can you give me reference on how can i do this. Thank you.


  3. Carolina Nino 21 Reputation points
    2021-12-14T20:51:17.187+00:00

    Hello everyone: At the moment I have the same problem, but I have reviewed and added the permissions, I attach the image. I am using the endpoint of creating users and updating. Could you tell me if I need any other permission. What I can do is make get but not the post and patch

    Base URL: https://graph.microsoft.com/v1.0/users
    body
    {
    "passwordPolicies": "string",
    "State": "string",
    "mailNickName": "string",
    "passwordProfile": {
    "password": "string"
    },
    "userPrincipalName": "string",
    "givenName": "string",
    "mail": "string",
    "accountEnabled": "string",
    "city": "string",
    "country": "string",
    "department": "string",
    "displayName": "string",
    "faxNumber": "string",
    "surname": "string",
    "mobilePhone": "string",
    "officeLocation": "string",
    "businessPhones": "string",
    "postalCode": "string",
    "streetAddress": "string",
    "jobTitle": "string",
    "usageLocation": "string",
    "preferredLanguage": "string"
    }

    157594-image.png

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.