Redgate Data Modeler

Managing Document (Model) Sharing

The API also allows you to see which team members the document (model, SQL script) has been shared with. You can also send invitations to other team members, change the document permission type, and cancel sharing.

All the API methods described below require:

    1. An authorization header with a username equal to $TOKEN and an empty password in the format Authorization: basic (base64($TOKEN:))
    2. An accept header with a JSON mime type: Accept: application/json
    3. A content type header with a JSON mime type: Accept: application/json

Didn't find what you were looking for?