Updates a shared project and optionally invites or adds external users
Updates a shared project and optionally invites or adds external users
Path Parameters
projectId string required
Project ID
application/json
Request Body required
Share details together with sub account and/or regular users that will be added or invited to a shared project
- Array [
- ]
- Array [
- ]
regularUsers object[] nullable
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
email string nullable
id string nullable
subAccountId string nullable
Responses
- 200
- 400
- 401
- 403
- 404
Shared project successfully updated
Invalid request. The message will vary depending on the cause
Unauthorized
Forbidden
Project not found
Loading...