Create a desktop login log.

POST /data/user/desktop-login-logs

The desktop login log can only be created by the current user.

Responses

  • 201

    Desktop login log created

POST /data/user/desktop-login-logs
curl \
 -X POST http://localhost:8080/api/data/user/desktop-login-logs \
 -H "Authorization: $API_KEY"