POST api/v1/VisualReports/Import/TriggerAADImport

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

string

None.

Body Parameters

ImportContext
NameDescriptionTypeAdditional information
SignedInUserId

string

None.

ObjectId

string

None.

TenantId

string

None.

ClientId

string

None.

AppKey

string

None.

AccessToken

string

None.

RefreshToken

string

None.

UserGroupIsOptional

boolean

None.

PartialAADSyncViaCSV

boolean

None.

DafultUG

boolean

None.

UGOnFly

boolean

None.

UGOnSync

boolean

None.

CsvOverAAD

boolean

None.

ExcludeCSVCols

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "SignedInUserId": "sample string 1",
  "ObjectId": "sample string 2",
  "TenantId": "sample string 3",
  "ClientId": "sample string 4",
  "AppKey": "sample string 5",
  "AccessToken": "sample string 6",
  "RefreshToken": "sample string 7",
  "UserGroupIsOptional": true,
  "PartialAADSyncViaCSV": true,
  "DafultUG": true,
  "UGOnFly": true,
  "UGOnSync": true,
  "CsvOverAAD": true,
  "ExcludeCSVCols": true
}

text/html

Sample:
{"SignedInUserId":"sample string 1","ObjectId":"sample string 2","TenantId":"sample string 3","ClientId":"sample string 4","AppKey":"sample string 5","AccessToken":"sample string 6","RefreshToken":"sample string 7","UserGroupIsOptional":true,"PartialAADSyncViaCSV":true,"DafultUG":true,"UGOnFly":true,"UGOnSync":true,"CsvOverAAD":true,"ExcludeCSVCols":true}

text/xml

Sample:
<ImportContext xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Common.DTO">
  <AccessToken>sample string 6</AccessToken>
  <AppKey>sample string 5</AppKey>
  <ClientId>sample string 4</ClientId>
  <CsvOverAAD>true</CsvOverAAD>
  <DafultUG>true</DafultUG>
  <ExcludeCSVCols>true</ExcludeCSVCols>
  <ObjectId>sample string 2</ObjectId>
  <PartialAADSyncViaCSV>true</PartialAADSyncViaCSV>
  <RefreshToken>sample string 7</RefreshToken>
  <SignedInUserId>sample string 1</SignedInUserId>
  <TenantId>sample string 3</TenantId>
  <UGOnFly>true</UGOnFly>
  <UGOnSync>true</UGOnSync>
  <UserGroupIsOptional>true</UserGroupIsOptional>
</ImportContext>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json, text/html

Sample:
"sample string 1"

text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>