POST api/v3/Imports/useronfly

Request Information

URI Parameters

None.

Body Parameters

UserContext
NameDescriptionTypeAdditional information
SignedInUserId

string

None.

ObjectId

string

None.

TenantId

string

None.

ClientId

string

None.

AppKey

string

None.

AccessToken

string

None.

RefreshToken

string

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"
}

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"}

text/xml

Sample:
<UserContext xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Common">
  <AccessToken>sample string 6</AccessToken>
  <AppKey>sample string 5</AppKey>
  <ClientId>sample string 4</ClientId>
  <ObjectId>sample string 2</ObjectId>
  <RefreshToken>sample string 7</RefreshToken>
  <SignedInUserId>sample string 1</SignedInUserId>
  <TenantId>sample string 3</TenantId>
</UserContext>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json, text/html

Sample:
true

text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>