# Device Monitoring ## Create user consent for device monitoring - [POST /v1/persons/{person_id}/device_consents](https://docs.solarisgroup.com/api-reference/identity/identifications/device-monitoring/paths/~1v1~1persons~1%7Bperson_id%7D~1device_consents/post.md): Records consent from the given person (specified in the request URL) to collect device fingerprints on their registered device. Each consent is tied to a specific device. ## Update user consent for device monitoring - [PATCH /v1/persons/{person_id}/device_consents/{device_consent_id}](https://docs.solarisgroup.com/api-reference/identity/identifications/device-monitoring/paths/~1v1~1persons~1%7Bperson_id%7D~1device_consents~1%7Bdevice_consent_id%7D/patch.md): Records change of consent from the given person (specified in the request URL) to collect device fingerprints on their registered device. Each consent is tied to a specific device. ## Create user activity for device monitoring - [POST /v1/persons/{person_id}/device_activities](https://docs.solarisgroup.com/api-reference/identity/identifications/device-monitoring/paths/~1v1~1persons~1%7Bperson_id%7D~1device_activities/post.md): Records activity from the given person (specified in the request URL).