Documents
: CreateDocumentUser
Grants a user access to a document. You specify the user's userId
in the request body. The response is an object that specifies the access the user has.
Request
HTTP Request
POST
/restapi/v2/accounts/{accountId}/documents/{documentId}/users
Parameters
Path Parameters | ||
---|---|---|
documentId * | integer | The ID of the document. |
accountId * | string | The globally unique identifier (GUID) for the account. |
* Required