Contents:
Share a connection with a specified user.
For more information on connections, see Connection Types.
Version: v4
Required Permissions
The authenticated user must be the owner of the connection.
NOTE: Each request to the Designer Cloud Powered by Trifacta® platform must include authentication credentials. See https://api.trifacta.com/ee/6.4/index.html#section/Authentication.
Request
Request Type: POST
Endpoint:
/v4/connections/<cid>/permissions/
Parameter | Description |
---|---|
<cid> | Internal identifier of the connection. |
Request URI - Example:
/v4/connections/10/permissions/
Request Body:
{ "data": [ { "person": { "id": 26 }, "role": "readOnly" } ] }
Response
Response Status Code - Success: 201 - Created
Response Body Example:
{ "data": [ { "role": "readOnly", "createdAt": "2019-03-21T21:01:58.266Z", "updatedAt": "2019-03-21T21:01:58.266Z", "person": { "id": 26 }, "connection": { "id": 1 } } ] }
This page has no comments.