GET users/me

Get the currently authenticated user, including their name, email address, last login and admin status.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Get the currently authenticated user, including their name, email address, last login and admin status.

UserDetailModel
NameDescriptionTypeAdditional information
Email Email address of the User string None.
LastLoggedIn Date and time the User last logged in, or null if they have never logged in date None.
IsAdmin Whether the User is an administrator boolean None.
UserID ID of a User integer None.
UserName Name Associated with User string None.