Create Office 365 Teams app
Select
SaaS
Customer Managed
Create Office 365 Teams app
- application/json
Request Body
- name string required
Unique Teams app name
serverPlan object required
id int32name stringazureApp object
applicationId string requiredAzure Application ID
applicationSecret string requiredAzure app secret key, needs to be base64 encoded
certificatePassword stringPassword of the azure application certificate and must be in base64 encoded format. Only applicable for SharePoint Online
certificate stringContent of the azure application certificate file and must be in base64 encoded format. Accepted fileTypes are pfx, p12. Only applicable for SharePoint Online
certificateThumbprint stringThumbprint of the azure application certificate file. Only applicable for SharePoint Online
refreshToken stringUser based refresh token generated with corresponding app credentials. Can be left blank if the azure app is protected API approved.
azureDirectoryId string requiredAzure directory (tenant) ID
Responses
- 200
- 409
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
- id int32
- name string
{
"id": 0,
"name": "string"
}
Conflict
- application/json
- Schema
- Example (from schema)
- Example
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "An instance by this name already exists.",
"errorCode": 3
}
Internal Server Error
Loading...