# Create desktop login log **POST /data/persons/{person_id}/desktop-login-logs** Add a new log entry for desktop logins for a person. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Path parameters - **person_id** (string(uuid)) Person unique identifier ## Body parameters Content-type: application/json - **date** (string(date)) Login date ## Responses ### 201: Desktop login log entry created #### Body Parameters: application/json (object) - **id** (string(uuid)) Log entry unique identifier - **person_id** (string(uuid)) Person unique identifier - **date** (string(date-time)) Login date and time ### 400: Invalid date format [Powered by Bump.sh](https://bump.sh)