Skip to main content
POST
/
assignments
/
preflight
Error
A valid request URL is required to generate request examples
{
  "chatDependencies": [
    {
      "id": "<string>",
      "name": "<string>",
      "subtype": "<string>"
    }
  ],
  "assignees": [
    {
      "upn": "<string>",
      "displayName": "<string>",
      "issues": [
        {
          "resource": "<string>",
          "message": "<string>"
        }
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

Azure AD access token obtained via MSAL

Body

application/json
targetId
string
required
principals
any[]
required
targetType
enum<string>
Available options:
chat,
document,
survey

Response

Preflight readiness result

chatDependencies
object[]
required
assignees
object[]
required