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