Skip to main content

Get user data

GET 

/v1/users

Get user data

This endpoint retrieves detailed information about a user based on their ID. It first attempts to fetch the user data from a cache; if unsuccessful, it queries the database. The endpoint returns the user's details upon success, a 404 error if the user is not found, or a 500 error for internal server issues.

Responses

User found

Schema
    created_at date-timerequired
    email stringrequired
    id uuidrequired
    nickname stringrequired
    status stringrequired
Loading...