curl --request POST \
--url http://localhost:3333/v1/trust-access/admin/grants/{id}/resend-access-email \
--header 'X-API-Key: <api-key>' \
--header 'X-Organization-Id: <x-organization-id>'Resend the access granted email to user with active grant
curl --request POST \
--url http://localhost:3333/v1/trust-access/admin/grants/{id}/resend-access-email \
--header 'X-API-Key: <api-key>' \
--header 'X-Organization-Id: <x-organization-id>'Was this page helpful?