# User entities Provides endpoints for managing custom entities created by an authenticated user. Entities can be retrieved in bulk or individually, with support for including associated blockchain addresses. ## Get all custom entities for authenticated user - [GET /user/entities](https://docs.intel.arkm.com/openapi/user-entities/getuserentities.md): Returns all custom entities owned by the authenticated user. This endpoint supports an optional parameter includeAddresses to control whether addresses are included in the response. ## Get individual custom entity by ID - [GET /user/entities/{id}](https://docs.intel.arkm.com/openapi/user-entities/getuserentitybyid.md): Returns a single custom entity owned by the authenticated user, including all addresses for that entity. This endpoint always includes the full entity data with addresses.