Child pages
  • Account and Stores Configuration API
Skip to end of metadata
Go to start of metadata

An account owner can define global level settings for his/her account such as:

  • Who can create new schemas (gate ACL at a global level for who can create new schemas)
  • Who can create new scripts (gate ACL at a global level for who can create new scripts)
  • Who can send email messages (gate ACL at a global level for who can send email messages)
  • Enable/Disable schema-less (no-schema) documents
  • Configure authentication tokens parameters (allow binding to referrer or not, default token expiry and lifetime, and maximum token expiry and lifetime)
  • Configure the P3P policy

An account owner can also define store level settings such as:

  • Who can save documents in the store 
  • Who can delete documents in the store
  • Who can get or download files from the store
  • Who can query data from the store

For more details about account and stores configuration, please check the SaveConfiguration API.

 

  • No labels