Skip to content

Expose User#last_sign_in_at and User#confirmed_at for admins

Originally opened at !2957 (closed) by @evuez.


What does this MR do?

It adds the fields last_sign_in_at and confirmed_at to the GET /users/:id enpoint.

Are there points in the code the reviewer needs to double check?

No.

Why was this MR needed?

This allows to collect useful statistics from your GitLab instance.

What are the relevant issue numbers?

#840 (closed)

Screenshots (if relevant)

No.

Merge request reports