Uptimeify Docs
Users

Get User

Returns the details of a specific user.

GET /api/users/:id

Response

{
        "id": "user_123",
        "name": "Max Mustermann",
        "email": "max@example.com",
 "role": "admin",
 "isActive": true,
 "createdAt": "2023-01-01T00:00:00Z"
}

On this page