Unable to create BookingBusiness from postman

Rajashree Kamath Bola 1 Reputation point
2024-01-09T04:58:28.4733333+00:00

I created an app registration in Azure Entra ID where Bookings.Manage.All is given as API permission. But when we call POST /solutions/bookingBusinesses to create a booking business, I'm getting "VASTT: Api Business.Create does not support the token type: App".
Please help!

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,696 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. CarlZhao-MSFT 46,366 Reputation points
    2024-01-09T08:04:53.0266667+00:00

    Hi @Rajashree Kamath Bola

    Creating a bookingBusinesses using application permissions is not supported, you should grant the calling app the Bookings.Manage.All delegated permission and request an access token using a delegated authentication flow (auth code flow or ROPC flow).

    User's image

    Hope this helps.

    If the reply is helpful, please click Accept Answer and kindly upvote it. If you have additional questions about this answer, please click Comment.

    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.