Users

Get user details by user ID. The user can only fetch their own details.

get/api/users/{id}

Path parameters

idstring required

Response

Default Response

Example response

{
  "user": {
    "lastLogin": "2026-03-26T14:00:00Z",
    "createdAt": "2026-03-26T14:00:00Z",
    "updatedAt": "2026-03-26T14:00:00Z",
    "deletedAt": "2026-03-26T14:00:00Z"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.