/api/v2/internal/entityDetailsAccepts arrays of user IDs, wallet IDs, enterprise IDs, and organization IDs. Returns detailed information about each entity type.
NOTE: This is semantically a GET operation, but uses POST method to avoid URL length limits. Each entity type can have up to 30 IDs, each being a 32-character string (4 types × 30 IDs × 32 chars = ~3840 chars). This would exceed typical URL length limits (2048-4096 chars) if passed as query parameters.
userIds array[string] walletIds array[string] enterpriseIds array[string] organizationIds array[string] users array[object] required entityType string required userentityId string required userDetails object required wallets array[object] required entityType string required walletentityId string required walletDetails object required enterprises array[object] required entityType string required enterpriseentityId string required enterpriseDetails object required organizations array[object] required entityType string required organizationentityId string required organizationDetails object required name string context object required error string required requestId string required name string context object required error string required requestId string required