Skip to main content

Create Office 365 Teams app

Select

SaaS
Customer Managed

Create Office 365 Teams app

Request Body
  • name string required

    Unique Teams app name

  • serverPlan object required
  • id int32
  • name string
  • azureApp object
  • applicationId string required

    Azure Application ID

  • applicationSecret string required

    Azure app secret key, needs to be base64 encoded

  • certificatePassword string

    Password of the azure application certificate and must be in base64 encoded format. Only applicable for SharePoint Online

  • certificate string

    Content of the azure application certificate file and must be in base64 encoded format. Accepted fileTypes are pfx, p12. Only applicable for SharePoint Online

  • certificateThumbprint string

    Thumbprint of the azure application certificate file. Only applicable for SharePoint Online

  • refreshToken string

    User based refresh token generated with corresponding app credentials. Can be left blank if the azure app is protected API approved.

  • azureDirectoryId string required

    Azure directory (tenant) ID

Responses

OK


Schema
  • id int32
  • name string
Loading...