Skip to main content

Create D365 Client

Select

SaaS
Customer Managed

Create Dynamics 365 app

Request Body
  • name string required

    Unique Dynamics365 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

  • 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...