User Rights
The User Rights correspond to the rights automatically granted to data subjects who live in a state or country that has passed a data privacy law. End-users must typically take some action, such as submitting a Privacy Request, to exercise their data rights.
The /dsar/user-rights
endpoint of the API exposes the user-rights
managed by Didomi for your organization. For a full reference of the endpoint and the resources that it returns, visithttps://api.didomi.io/docs/.
The /dsar/user-rights
endpoint grants read access only as these User Rights are handled by Didomi and created with Regulations accordingly. Currently, Didomi API supports only 3 rights (More to be supported soon).
Right of access
CPRA
45 days
cpra_access_my_data
Right of deletion
CPRA
45 days
cpra_delete_my_data
Right to opt-out of sales
CPRA
15 days
cpra_opt_out
List all User Rights
In order to create a Request, you need to specify the User Right the end-user is expressing. To do so, you need to fetch the User Rights and use the ID of the one formulated by the end-user.
To fetch all User Rights, you can send a GET request on https://api.didomi.io/dsar/user-rights
.
Last updated