# Create desktop login log **POST /data/user/desktop-login-logs** Create a desktop login log entry for the current user. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ## Body parameters Content-type: application/json - **date** (string(date)) Login date ## Responses ### 201: Desktop login log created successfully #### Body Parameters: application/json (object) - **id** (string(uuid)) Login log unique identifier - **person_id** (string(uuid)) Person identifier - **date** (string(date)) Login date - **created_at** (string(date-time)) Creation timestamp - **updated_at** (string(date-time)) Last update timestamp ### 400: Bad request [Powered by Bump.sh](https://bump.sh)