Skip to main content
GET
/
api2
/
v1
/
projects
/
{projectUid}
/
accessSettings
Get access and security settings
curl --request GET \
  --url https://cloud.memsource.com/web/api2/v1/projects/{projectUid}/accessSettings
{
  "downloadEnabled": true,
  "webEditorEnabledForLinguists": true,
  "showUserDataToLinguists": true,
  "emailNotifications": true,
  "strictWorkflowFinish": true,
  "useVendors": true,
  "linguistsMayEditLockedSegments": true,
  "linguistsMaySetAutoPropagation": true,
  "linguistsMayEditTagContent": true
}

Path Parameters

projectUid
string
required

Response

successful operation

downloadEnabled
boolean
webEditorEnabledForLinguists
boolean
showUserDataToLinguists
boolean
emailNotifications
boolean
strictWorkflowFinish
boolean
useVendors
boolean
linguistsMayEditLockedSegments
boolean
linguistsMaySetAutoPropagation
boolean
linguistsMayEditTagContent
boolean
I