v1
latestSwagger 2.02026-07-17172265595.1 KBusers
Get User details
Returns user details by specified user id.
get/auth/api/v1/user/{userId}
Path parameters
userIdstring required
User ID
Response
OK
Example response
{
"createdAt": "2023-03-31T09:36:09.855Z",
"email": "johndoe@example.com",
"email_verified": true,
"id": 1,
"last_activity": "2023-04-21T08:53:09.928Z",
"username": "John Doe"
}