curl --request POST \
--url http://localhost:3333/v1/trust-access/{friendlyUrl}/reclaim \
--header 'Content-Type: application/json' \
--data '
{
"email": "<string>"
}
'Generate access link for users with existing grants to redownload data
curl --request POST \
--url http://localhost:3333/v1/trust-access/{friendlyUrl}/reclaim \
--header 'Content-Type: application/json' \
--data '
{
"email": "<string>"
}
'Was this page helpful?