Create Legal Hold

📘

This API is exclusive to Enterprise Shield accounts

Only the account owner or a document admin can grant access to this API.

Creates a new legal hold on the account, with the specified parameters.

  • On creation, the admin can define the title, description, keywords, and start/end times.

Valid Authentication Methods

API Key Grants:

  • LegalHoldEdit

OAuth 2.0 User Token Scopes

  • account.legalhold

Body Params
string
required

Title that should be given to the newly created legal hold. Max length of title is 80 characters.

date-time
required

Time that the legal hold should start. Must not be in the past.

date-time
required

Time that the legal hold should end. End time must be greater than or equal to 24 hours after the start time.

string

Description that should be given to the newly created legal hold. Max length of description is 256 characters.

string

Keyword(s) to search against document content and titles. Note: When provided, only relevant results will be added to the legal hold. Empty strings will be treated the same as when no keywords are provided. Max length of keywords is 400 characters.

Headers
string
required
Defaults to 1

The API version used in the request.

Responses

400

Incorrect format or invalid parameters.

403

Account does not have permission to access the API.

Language
Credentials