SharePoint API cost structure

Amanda Palha 21 Reputation points
2022-05-13T14:58:03.75+00:00

Hello.

I'm studying some possibilities regarding SharePoint file automation using SharePoint's API. For this, I understood that an app have to be registered, in order for me to pass ClinetID, ClientSecret and TenantID on the token request.

I wasn't able to find anything about eventual cost implications of doing so, though. Are there any costs implied on creating this app and consuming SharePoint's API?

Thanks on advance and regards.

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,565 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,655 questions
0 comments No comments
{count} votes

Accepted answer
  1. Tong Zhang_MSFT 9,116 Reputation points
    2022-05-16T02:44:52.037+00:00

    Hi @Amanda Palha ,

    As far as I know, it need to be based on where you are using these API, If you simply use the SharePoint API, there is no additional cost. However, if it is used in automated service, some services may produce costs, such as azure logic, azure logic is to cost.

    If you want to know more about billing information, we suggest you to ask in the following forum:

    https://answers.microsoft.com/en-us/msoffice/forum/msoffice_account?sort=LastReplyDate&dir=Desc&tab=All&status=all&mod=&modAge=&advFil=&postedAfter=&postedBefore=&threadType=all&isFilterExpanded=false&page=1


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Amanda Palha 21 Reputation points
    2022-05-16T11:30:40.967+00:00

    Hi @Tong Zhang_MSFT ! Thanks a lot for your kind response.

    It would, in fact, be used for automation, but with BluePrism, in a way that the robot would send the requests itself - the same way I would in Postman, for example. It wouldn't use Azure Logics or almost any other Azure service. But the thing is: as far as I understood, in order to be able to request a token, I need to register a new app as add-in first, which makes me worry about eventual Azure AD costs for this...

    I will take the question to the forum you've suggested.

    Thanks once more!

    0 comments No comments