post https://data.lucid.app/dataSetGrants
Creates a new data set grant for the specified data set. The requesting user must have access to the data set in order for it to succeed.
Response
Creates a new data set grant for the specified data set. The requesting user must have access to the data set in order for it to succeed.
xxxxxxxxxx
curl --request POST \
--url https://data.lucid.app/dataSetGrants \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"uri": "https://data.lucid.app/dataSetGrants/435",
"dataSet": "https://data.lucid.app/dataSets/8",
"permissionType": "account",
"identifier": "1234",
"role": "edit"
}