Skip to main content

Creates a shared project and optionally invites or adds external users

Creates a shared project and optionally invites or adds external users

Path Parameters
    projectId string required

    Project ID

Request Body required

Share details together with sub account and/or regular users that will be added or invited to a shared project

    regularUsers object[] nullable
  • Array [
  • email string nullable
  • ]
  • shareDetails object
    accessMode string nullable
    invitedUsersCanShareInternally boolean nullable
    shareFunctionalities object nullable
    analysisActions object nullable
    createQuestions boolean nullable
    createWeightSet boolean nullable
    exportToExcel boolean nullable
    exportToPpt boolean nullable
    exportToWord boolean nullable
    analysisTypes object nullable
    chart boolean nullable
    crossTable boolean nullable
    data boolean nullable
    dig boolean nullable
    qTable boolean nullable
    report boolean nullable
    script boolean nullable
    topline boolean nullable
    sharedById string nullable
    sharedByMessage string nullable
    sharedByName string nullable
    sharedDateUtc date-time nullable
    subAccountUsers object[] nullable
  • Array [
  • email string nullable
    id string nullable
    subAccountId string nullable
  • ]
Responses

Shared project successfully created

Loading...