get https://data.lucid.app/sourceGrants
Finds and returns all data source grants for the queried data source if the user has access to the data source.
Response
Finds and returns all data source grants for the queried data source if the user has access to the data source.
xxxxxxxxxx
curl --request GET \
--url https://data.lucid.app/sourceGrants \
--header 'accept: application/json'
xxxxxxxxxx
[
{
"uri": "https://data.lucid.app/sourceGrants/435",
"dataSource": "https://data.lucid.app/dataSources/8",
"permissionType": "account",
"identifier": "1234",
"role": "edit"
}
]